COLOR #090019

HEX: #090019
RGB: (9,0,25)

Renk bilgisi

#090019 contains only red and blue colors. #090019 ‘ nin web güvenlik rengi #000000 (ya da #000) dir.

RGB renk modeli

#090019 color RGB value is (9,0,25).

  • kırmız ton 9;
  • yeşil ton 0;
  • mavi ton 25.
RGB:
(9,0,25)
(4%,0%,10%)

RGB bağlantıları ve doygunluk

R 9 of 255 = 4%
G 0 of 255 = 0%
B 25 of 255 = 10%

9
0
25

R + G + B ~ 5%. #090019 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
9 + 0 + 25 = 34 (100%)
R 9 of 34 ~ 26.47%
G 0 of 34 ~ 0%
B 25 of 34 ~ 73.53%

%26.47
%73.53

CMYK RENK MODELİ

#090019 rengi CMYK tonu (64,100,0,90).

  • camgöbeği tonu 64.00%
  • eflatun tonu 100.00%
  • sarı tonu 0.00%
  • ana renk tonu 90.20%
CMYK:
(64,100,0,90)
C64M100Y0K90 
(64%,100%,0%,90%)
(0.64/1.00/0.00/0.90)	

CMYK yüzdeleri

%64
%100
%0
%90.2

Codes

Color #090019 in popluar color models

090019
RGB9025
HSL262°100.00%4.90%
HSB/HSV262°100.00%9.80%
CMYK64.00%100.00%0.00%
90.20%

Color #090019 in popluar number systems.

HEX090019
Decimal9025
Binary1001011001
Octal11031

Shades and tints

Shades of #090019

#090019
(9,0,25)
#090017
(9,0,23)
#090015
(9,0,21)
#090013
(9,0,19)
#090011
(9,0,17)
#09000F
(9,0,15)
#09000D
(9,0,13)
#09000B
(9,0,11)
#090009
(9,0,9)
#090007
(9,0,7)
#090005
(9,0,5)
#000000
(0,0,0)

Tints of #090019

#090019
(9,0,25)
#1F172D
(31,23,45)
#352E41
(53,46,65)
#4B4555
(75,69,85)
#615C69
(97,92,105)
#77737D
(119,115,125)
#8D8A91
(141,138,145)
#A3A1A5
(163,161,165)
#B9B8B9
(185,184,185)
#CFCFCD
(207,207,205)
#E5E6E1
(229,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #090019 color. Also use rgb(9,0,25) instead hex code.

Text Font Color

.myTextColor { color: #090019; }

<p style="color:#090019">This sample text font color is #090019.</p>

This text font color is #090019.


Background Color

.myBgColor { background-color: #090019; }

<div style="background-color:#090019">Inner text</div>

This div background color is #090019.


Border color

.myBorderColor { border: 1px solid #090019; }

<div style="border:3px solid #090019">Div</div>

This div border color is #090019.


Opacity

.myOpacity80 { color: #090019; opacity: 0.8; }

<p style="color:#090019;opacity:0.8;">80%</p>

Text with #090019 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #090019;}

<p style="text-shadow: 3px 3px 1px #090019">Text here.</p>

This text has shadow with #090019 color.

.textShadow {text-shadow: 3px 3px 1px #090019, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #090019, 5px 5px 20px red">Text here.</p>

This text has shadow with #090019 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#090019, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#090019, Direction=45, Strength=4)">Text</p>

This text has shadow with #090019 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #090019;
  -webkit-box-shadow:	1px 1px 3px 2px #090019;
  box-shadow:		1px 1px 3px 2px #090019;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #090019;
-webkit-box-shadow: 1px 1px 3px 2px #090019;
box-shadow:1px 1px 3px 2px #090019;">
Div content here</div>
This div box has shadow with color #090019.

Preview

Color preview on black background

This text has color #090019 on black background.


Color preview on white background

This text has color #090019 on white background.



Black color preview on #090019 background

This text has black color on #090019 background.


White color preview on #090019 background

This text has white color on #090019 background.