Color Hex Logo

#090f1c Color Hex

#090F1C
(9,15,28)
1 Favorites   0 Comments

Color spaces of #090f1c

RGB 91528
HSL0.610.510.07
HSV221°68°11°
CMYK 0.680.460.00   0.89
XYZ0.49310.48361.1660
Yxy0.48360.23010.2257
Hunter Lab6.95410.4872-5.0733
CIE-Lab4.36831.3704-8.9657

#090f1c color RGB value is (9,15,28).

#090f1c hex color red value is 9, green value is 15 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #090f1c hue: 0.61 , saturation: 0.51 and the lightness value of 090f1c is 0.07.

The process color (four color CMYK) of #090f1c color hex is 0.68, 0.46, 0.00, 0.89. Web safe color of #090f1c is #000033. Color #090f1c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00001111 00011100
Octal 11 17 34
Decimal 9 15 28
Hex 9 F 1C

RGB Percentages of Color #090f1c

%17.31
%28.85
%53.85

CMYK Percentages of Color #090f1c

%68
%46
%0
%89

Triadic Colors of #090f1c

#090f1c #1c090f #0f1c09

Analogous Colors of #090f1c

#090f1c #0d091c #09191c

Monochromatic Colors of #090f1c

#090f1c

Complementary Color

#090f1c #1c1609

#090f1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090f1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#090f1c Color CSS Codes

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

#090f1c Text Font Color

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

This sample text font color is #090f1c
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.


#090f1c Background Color

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

This div background color is #090f1c


#090f1c Border Color

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

This div border color is #090f1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090f1c


Comments

No comments written yet.

Please login to write comment.