Color Hex Logo

#093972 Color Hex

#093972
(9,57,114)
0 Favorites   0 Comments

Color spaces of #093972

RGB 957114
HSL0.590.850.24
HSV213°92°45°
CMYK 0.920.500.00   0.55
XYZ4.61304.199216.4870
Yxy4.19920.18230.1660
Hunter Lab20.49194.3217-33.3580
CIE-Lab24.31938.5930-37.0839

#093972 color RGB value is (9,57,114).

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

The process color (four color CMYK) of #093972 color hex is 0.92, 0.50, 0.00, 0.55. Web safe color of #093972 is #003366. Color #093972 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00111001 01110010
Octal 11 71 162
Decimal 9 57 114
Hex 9 39 72

RGB Percentages of Color #093972

%5.00
%31.67
%63.33

CMYK Percentages of Color #093972

%92
%50
%0
%55

Triadic Colors of #093972

#093972 #720939 #397209

Analogous Colors of #093972

#093972 #0e0972 #096e72

Monochromatic Colors of #093972

#093972

Complementary Color

#093972 #724209

#093972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#093972 Color CSS Codes

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

#093972 Text Font Color

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

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


#093972 Background Color

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

This div background color is #093972


#093972 Border Color

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

This div border color is #093972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093972


Comments

No comments written yet.

Please login to write comment.