#093E72

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

Shades of Dark Cerulean #093E72

Tints of Dark Cerulean #093E72

Color information

#093E72 (or 0x093E72) is unknown color: approx Dark Cerulean. HEX triplet: 09, 3E and 72. RGB value is (9,62,114). Sum of RGB (Red+Green+Blue) = 9+62+114=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 62 (24.61% from 255 or 33.51% from 185); Blue value is 114 (44.92% from 255 or 61.62% from 185); Max value from RGB is 114 - color contains mainly: blue. Hex color #093E72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093E72 is #F6C18D. Grayscale: #333333. Windows color (decimal): -16171406 or 7486985. OLE color: 7486985.

HSL color Cylindrical-coordinate representation of color #093E72: hue angle of 209.71º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #093E72 is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB962114-
CMYK0.920.4600.55
HSL209.71º85.37%24.12%-
HSV(B)209.71º92.11%44.71%-
XYZ4.874.7216.57-
YUV52.08162.9497.27-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.86%
GREEN value IS 62 (24.61% from 255) = 33.51%
BLUE value IS 114 (44.92% from 255) = 61.62%
R=4.86%
G=33.51%
B=61.62%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9621140.920.4600.55209.7185.3724.12
Hex93E725C2E037d25518
Octal11761621345606732212530
Binary100111111011100101011100101110011011111010010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,62,114); }

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

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

 a { background-color: rgb(9,62,114); }

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

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

 span { border-color: rgb(9,62,114); }

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