#093E70

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

Shades of Dark Cerulean #093E70

Tints of Dark Cerulean #093E70

Color information

#093E70 (or 0x093E70) is unknown color: approx Dark Cerulean. HEX triplet: 09, 3E and 70. RGB value is (9,62,112). Sum of RGB (Red+Green+Blue) = 9+62+112=183 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.92% from 183); Green value is 62 (24.61% from 255 or 33.88% from 183); Blue value is 112 (44.14% from 255 or 61.20% from 183); Max value from RGB is 112 - color contains mainly: blue. Hex color #093E70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093E70 is #F6C18F. Grayscale: #333333. Windows color (decimal): -16171408 or 7355913. OLE color: 7355913.

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

Color convert

RGB962112-
CMYK0.920.4500.56
HSL209.13º85.12%23.73%-
HSV(B)209.13º91.96%43.92%-
XYZ4.764.6715.98-
YUV51.85161.9497.43-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.92%
GREEN value IS 62 (24.61% from 255) = 33.88%
BLUE value IS 112 (44.14% from 255) = 61.20%
R=4.92%
G=33.88%
B=61.20%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9621120.920.4500.56209.1385.1223.73
Hex93E705C2D038d15518
Octal11761601345507032112530
Binary100111111011100001011100101101011100011010001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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