Color Hex Logo

#09161b Color Hex

#09161B
(9,22,27)
0 Favorites   0 Comments

Color spaces of #09161b

RGB 92227
HSL0.550.500.07
HSV197°67°11°
CMYK 0.670.190.00   0.89
XYZ0.59740.71101.1427
Yxy0.71100.24370.2901
Hunter Lab8.4321-2.1097-2.1324
CIE-Lab6.4224-3.2109-5.1286

#09161b color RGB value is (9,22,27).

#09161b hex color red value is 9, green value is 22 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #09161b hue: 0.55 , saturation: 0.50 and the lightness value of 09161b is 0.07.

The process color (four color CMYK) of #09161b color hex is 0.67, 0.19, 0.00, 0.89. Web safe color of #09161b is #000033. Color #09161b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00010110 00011011
Octal 11 26 33
Decimal 9 22 27
Hex 9 16 1B

RGB Percentages of Color #09161b

%15.52
%37.93
%46.55

CMYK Percentages of Color #09161b

%67
%19
%0
%89

Triadic Colors of #09161b

#09161b #1b0916 #161b09

Analogous Colors of #09161b

#09161b #090d1b #091b17

Monochromatic Colors of #09161b

#09161b

Complementary Color

#09161b #1b0e09

#09161b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09161b Color Preview on White Background

Lorem ipsum dolor sit amet.

#09161b Color CSS Codes

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

#09161b Text Font Color

<p style="color:#09161b">Text here</p>

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


#09161b Background Color

<div style="background-color:#09161b">
Div content here</div>

This div background color is #09161b


#09161b Border Color

<div style="border:3px solid #09161b">
Div here</div>

This div border color is #09161b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,22,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09161b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09161b;
  -webkit-box-shadow: 1px 1px 3px 2px #09161b;
  box-shadow:         1px 1px 3px 2px #09161b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09161b


Comments

No comments written yet.

Please login to write comment.