Color Hex Logo

#00091f Color Hex

#00091F
(0,9,31)
0 Favorites   0 Comments

Color spaces of #00091f

RGB 0931
HSL0.621.000.06
HSV223°100°12°
CMYK 1.000.710.00   0.88
XYZ0.34500.29431.3349
Yxy0.29430.17480.1491
Hunter Lab5.42491.8581-10.7919
CIE-Lab2.65842.6740-13.9472

#00091f color RGB value is (0,9,31).

#00091f hex color red value is 0, green value is 9 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #00091f hue: 0.62 , saturation: 1.00 and the lightness value of 00091f is 0.06.

The process color (four color CMYK) of #00091f color hex is 1.00, 0.71, 0.00, 0.88. Web safe color of #00091f is #000033. Color #00091f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00001001 00011111
Octal 0 11 37
Decimal 0 9 31
Hex 0 9 1F

RGB Percentages of Color #00091f

%0.00
%22.50
%77.50

CMYK Percentages of Color #00091f

%100
%71
%0
%88

Triadic Colors of #00091f

#00091f #1f0009 #091f00

Analogous Colors of #00091f

#00091f #06001f #00191f

Monochromatic Colors of #00091f

#00091f

Complementary Color

#00091f #1f1600

#00091f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00091f Color Preview on White Background

Lorem ipsum dolor sit amet.

#00091f Color CSS Codes

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

#00091f Text Font Color

<p style="color:#00091f">Text here</p>

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


#00091f Background Color

<div style="background-color:#00091f">
Div content here</div>

This div background color is #00091f


#00091f Border Color

<div style="border:3px solid #00091f">
Div here</div>

This div border color is #00091f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,9,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00091f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00091f;
  -webkit-box-shadow: 1px 1px 3px 2px #00091f;
  box-shadow:         1px 1px 3px 2px #00091f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00091f


Comments

No comments written yet.

Please login to write comment.