Color Hex Logo

#090d2f Color Hex

#090D2F
(9,13,47)
0 Favorites   0 Comments

Color spaces of #090d2f

RGB 91347
HSL0.650.680.11
HSV234°81°18°
CMYK 0.810.720.00   0.82
XYZ0.76970.55122.7551
Yxy0.55120.18880.1352
Hunter Lab7.42435.5132-16.8051
CIE-Lab4.978910.0690-22.5453

#090d2f color RGB value is (9,13,47).

#090d2f hex color red value is 9, green value is 13 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #090d2f hue: 0.65 , saturation: 0.68 and the lightness value of 090d2f is 0.11.

The process color (four color CMYK) of #090d2f color hex is 0.81, 0.72, 0.00, 0.82. Web safe color of #090d2f is #000033. Color #090d2f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00001101 00101111
Octal 11 15 57
Decimal 9 13 47
Hex 9 D 2F

RGB Percentages of Color #090d2f

%13.04
%18.84
%68.12

CMYK Percentages of Color #090d2f

%81
%72
%0
%82

Triadic Colors of #090d2f

#090d2f #2f090d #0d2f09

Analogous Colors of #090d2f

#090d2f #18092f #09202f

Monochromatic Colors of #090d2f

#090d2f

Complementary Color

#090d2f #2f2b09

#090d2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090d2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#090d2f Color CSS Codes

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

#090d2f Text Font Color

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

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


#090d2f Background Color

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

This div background color is #090d2f


#090d2f Border Color

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

This div border color is #090d2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090d2f


Comments

No comments written yet.

Please login to write comment.