Color Hex Logo

#09314a Color Hex

#09314A
(9,49,74)
0 Favorites   0 Comments

Color spaces of #09314a

RGB 94974
HSL0.560.780.16
HSV203°88°29°
CMYK 0.880.340.00   0.71
XYZ2.44702.74916.8802
Yxy2.74910.20260.2276
Hunter Lab16.5804-2.6720-12.9967
CIE-Lab19.0097-3.2645-19.2991

#09314a color RGB value is (9,49,74).

#09314a hex color red value is 9, green value is 49 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #09314a hue: 0.56 , saturation: 0.78 and the lightness value of 09314a is 0.16.

The process color (four color CMYK) of #09314a color hex is 0.88, 0.34, 0.00, 0.71. Web safe color of #09314a is #003333. Color #09314a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00110001 01001010
Octal 11 61 112
Decimal 9 49 74
Hex 9 31 4A

RGB Percentages of Color #09314a

%6.82
%37.12
%56.06

CMYK Percentages of Color #09314a

%88
%34
%0
%71

Triadic Colors of #09314a

#09314a #4a0931 #314a09

Analogous Colors of #09314a

#09314a #09114a #094a43

Monochromatic Colors of #09314a

#09314a

Complementary Color

#09314a #4a2209

#09314a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09314a Color Preview on White Background

Lorem ipsum dolor sit amet.

#09314a Color CSS Codes

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

#09314a Text Font Color

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

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


#09314a Background Color

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

This div background color is #09314a


#09314a Border Color

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

This div border color is #09314a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09314a


Comments

No comments written yet.

Please login to write comment.