#093A76

Color #093A76 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #093A76

Tints of Dark Cerulean #093A76

Color information

#093A76 (or 0x093A76) is unknown color: approx Dark Cerulean. HEX triplet: 09, 3A and 76. RGB value is (9,58,118). Sum of RGB (Red+Green+Blue) = 9+58+118=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 58 (23.05% from 255 or 31.35% from 185); Blue value is 118 (46.48% from 255 or 63.78% from 185); Max value from RGB is 118 - color contains mainly: blue. Hex color #093A76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093A76 is #F6C589. Grayscale: #313131. Windows color (decimal): -16172426 or 7748105. OLE color: 7748105.

HSL color Cylindrical-coordinate representation of color #093A76: hue angle of 213.03º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #093A76 is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB958118-
CMYK0.920.5100.54
HSL213.03º85.83%24.9%-
HSV(B)213.03º92.37%46.27%-
XYZ4.94.3917.73-
YUV50.19166.2798.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 9 (3.91% from 255) = 4.86%
GREEN value IS 58 (23.05% from 255) = 31.35%
BLUE value IS 118 (46.48% from 255) = 63.78%
R=4.86%
G=31.35%
B=63.78%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9581180.920.5100.54213.0385.8324.9
Hex93A765C33036d55619
Octal11721661346306632512631
Binary100111101011101101011100110011011011011010101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093A76; }

 p { color: rgb(9,58,118); }

 H1.HeaderClassName
 {
   color: #093A76;
 }
 .AnyTagClassName
 {
   color: #093A76;
 }
</style>
background-color css

<style>
 a { background-color: #093A76; }

 a { background-color: rgb(9,58,118); }

 div.DivClassName
 {
   background-color: #093A76;
 }
 .BgClassName
 {
   background-color: #093A76;
 }
</style>
border-color css

<style>
 span { border-color: #093A76; }

 span { border-color: rgb(9,58,118); }

 td.TdClassName
 {
   border-color: #093A76;
 }
 .TagClassName
 {
   border-color: #093A76;
 }
</style>