Color Hex Logo

#090b19 Color Hex

#090B19
(9,11,25)
0 Favorites   0 Comments

Color spaces of #090b19

RGB 91125
HSL0.650.470.07
HSV233°64°10°
CMYK 0.640.560.00   0.90
XYZ0.40780.36760.9692
Yxy0.36760.23370.2107
Hunter Lab6.06301.3957-5.2337
CIE-Lab3.32052.3926-8.1378

#090b19 color RGB value is (9,11,25).

#090b19 hex color red value is 9, green value is 11 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #090b19 hue: 0.65 , saturation: 0.47 and the lightness value of 090b19 is 0.07.

The process color (four color CMYK) of #090b19 color hex is 0.64, 0.56, 0.00, 0.90. Web safe color of #090b19 is #000000. Color #090b19 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00001011 00011001
Octal 11 13 31
Decimal 9 11 25
Hex 9 B 19

RGB Percentages of Color #090b19

%20.00
%24.44
%55.56

CMYK Percentages of Color #090b19

%64
%56
%0
%90

Triadic Colors of #090b19

#090b19 #19090b #0b1909

Analogous Colors of #090b19

#090b19 #0f0919 #091319

Monochromatic Colors of #090b19

#090b19

Complementary Color

#090b19 #191709

#090b19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090b19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#090b19 Color CSS Codes

.mybgcolor {background-color:#090b19; } 
.myforecolor {color:#090b19; }
.mybordercolor {border:3px solid #090b19; }

#090b19 Text Font Color

<p style="color:#090b19">Text here</p>

This sample text font color is #090b19
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#090b19 Background Color

<div style="background-color:#090b19">
Div content here</div>

This div background color is #090b19


#090b19 Border Color

<div style="border:3px solid #090b19">
Div here</div>

This div border color is #090b19


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,11,25, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #090b19; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #090b19;
  -webkit-box-shadow: 1px 1px 3px 2px #090b19;
  box-shadow:         1px 1px 3px 2px #090b19; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,11,25, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #090b19">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #090b19;
  -webkit-box-shadow: 1px 1px 3px 2px #090b19;
  box-shadow:         1px 1px 3px 2px #090b19;">
Div content here</div>

This div box has shadow with color #090b19


Comments

No comments written yet.

Please login to write comment.