Color Hex Logo

#091267 Color Hex

#091267
(9,18,103)
0 Favorites   0 Comments

Color spaces of #091267

RGB 918103
HSL0.650.840.22
HSV234°91°40°
CMYK 0.910.830.00   0.60
XYZ2.77711.470012.9693
Yxy1.47000.16130.0854
Hunter Lab12.124419.6680-54.9349
CIE-Lab12.416131.5171-49.4114

#091267 color RGB value is (9,18,103).

#091267 hex color red value is 9, green value is 18 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #091267 hue: 0.65 , saturation: 0.84 and the lightness value of 091267 is 0.22.

The process color (four color CMYK) of #091267 color hex is 0.91, 0.83, 0.00, 0.60. Web safe color of #091267 is #000066. Color #091267 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00010010 01100111
Octal 11 22 147
Decimal 9 18 103
Hex 9 12 67

RGB Percentages of Color #091267

%6.92
%13.85
%79.23

CMYK Percentages of Color #091267

%91
%83
%0
%60

Triadic Colors of #091267

#091267 #670912 #126709

Analogous Colors of #091267

#091267 #2f0967 #094167

Monochromatic Colors of #091267

#091267

Complementary Color

#091267 #675e09

#091267 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#091267 Color Preview on White Background

Lorem ipsum dolor sit amet.

#091267 Color CSS Codes

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

#091267 Text Font Color

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

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


#091267 Background Color

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

This div background color is #091267


#091267 Border Color

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

This div border color is #091267


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #091267


Comments

No comments written yet.

Please login to write comment.