Color Hex Logo

#091471 Color Hex

#091471
(9,20,113)
0 Favorites   0 Comments

Color spaces of #091471

RGB 920113
HSL0.650.850.24
HSV234°92°44°
CMYK 0.920.820.00   0.56
XYZ3.34341.750615.7845
Yxy1.75060.16010.0838
Hunter Lab13.231021.9516-61.4708
CIE-Lab14.119934.0003-53.1330

#091471 color RGB value is (9,20,113).

#091471 hex color red value is 9, green value is 20 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #091471 hue: 0.65 , saturation: 0.85 and the lightness value of 091471 is 0.24.

The process color (four color CMYK) of #091471 color hex is 0.92, 0.82, 0.00, 0.56. Web safe color of #091471 is #000066. Color #091471 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00010100 01110001
Octal 11 24 161
Decimal 9 20 113
Hex 9 14 71

RGB Percentages of Color #091471

%6.34
%14.08
%79.58

CMYK Percentages of Color #091471

%92
%82
%0
%56

Triadic Colors of #091471

#091471 #710914 #147109

Analogous Colors of #091471

#091471 #320971 #094871

Monochromatic Colors of #091471

#091471

Complementary Color

#091471 #716609

#091471 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#091471 Color Preview on White Background

Lorem ipsum dolor sit amet.

#091471 Color CSS Codes

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

#091471 Text Font Color

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

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


#091471 Background Color

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

This div background color is #091471


#091471 Border Color

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

This div border color is #091471


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #091471


Comments

No comments written yet.

Please login to write comment.