Color Hex Logo

#093062 Color Hex

#093062
(9,48,98)
0 Favorites   0 Comments

Color spaces of #093062

RGB 94898
HSL0.590.830.21
HSV214°91°38°
CMYK 0.910.510.00   0.62
XYZ3.37423.053811.9669
Yxy3.05380.18340.1660
Hunter Lab17.47513.8844-28.3690
CIE-Lab20.25818.0441-33.2872

#093062 color RGB value is (9,48,98).

#093062 hex color red value is 9, green value is 48 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #093062 hue: 0.59 , saturation: 0.83 and the lightness value of 093062 is 0.21.

The process color (four color CMYK) of #093062 color hex is 0.91, 0.51, 0.00, 0.62. Web safe color of #093062 is #003366. Color #093062 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00110000 01100010
Octal 11 60 142
Decimal 9 48 98
Hex 9 30 62

RGB Percentages of Color #093062

%5.81
%30.97
%63.23

CMYK Percentages of Color #093062

%91
%51
%0
%62

Triadic Colors of #093062

#093062 #620930 #306209

Analogous Colors of #093062

#093062 #0e0962 #095d62

Monochromatic Colors of #093062

#093062

Complementary Color

#093062 #623b09

#093062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#093062 Color CSS Codes

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

#093062 Text Font Color

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

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


#093062 Background Color

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

This div background color is #093062


#093062 Border Color

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

This div border color is #093062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093062


Comments

No comments written yet.

Please login to write comment.