Color Hex Logo

#091231 Color Hex

#091231
(9,18,49)
1 Favorites   2 Comments

Color spaces of #091231

RGB 91849
HSL0.630.690.11
HSV227°82°19°
CMYK 0.820.630.00   0.81
XYZ0.88330.71242.9967
Yxy0.71240.19230.1551
Hunter Lab8.44043.9097-15.1423
CIE-Lab6.43518.4191-21.7032

#091231 color RGB value is (9,18,49).

#091231 hex color red value is 9, green value is 18 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #091231 hue: 0.63 , saturation: 0.69 and the lightness value of 091231 is 0.11.

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 00010010 00110001
Octal 11 22 61
Decimal 9 18 49
Hex 9 12 31

RGB Percentages of Color #091231

%11.84
%23.68
%64.47

CMYK Percentages of Color #091231

%82
%63
%0
%81

Triadic Colors of #091231

#091231 #310912 #123109

Analogous Colors of #091231

#091231 #140931 #092631

Monochromatic Colors of #091231

#091231

Complementary Color

#091231 #312809

#091231 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#091231 Color Preview on White Background

Lorem ipsum dolor sit amet.

#091231 Color CSS Codes

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

#091231 Text Font Color

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

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


#091231 Background Color

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

This div background color is #091231


#091231 Border Color

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

This div border color is #091231


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,18,49, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #091231; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #091231;
  -webkit-box-shadow: 1px 1px 3px 2px #091231;
  box-shadow:         1px 1px 3px 2px #091231; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #091231


Comments

9 Apr 2017, 21:55 priforce

websafe color: #000033

9 Apr 2017, 21:52 priforce

Obsidian

Please login to write comment.