#093d70

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

Shades of Dark Cerulean #093D70

Tints of Dark Cerulean #093D70

Color information

#093D70 (or 0x093D70) is unknown color: approx Dark Cerulean. HEX triplet: 09, 3D and 70. RGB value is (9,61,112). Sum of RGB (Red+Green+Blue) = 9+61+112=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 61 (24.22% from 255 or 33.52% from 182); Blue value is 112 (44.14% from 255 or 61.54% from 182); Max value from RGB is 112 - color contains mainly: blue. Hex color #093D70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093D70 is #F6C28F. Grayscale: #333333. Windows color (decimal): -16171664 or 7355657. OLE color: 7355657.

HSL color Cylindrical-coordinate representation of color #093D70: hue angle of 209.71º 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 #093D70 is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB961112-
CMYK0.920.4600.56
HSL209.71º85.12%23.73%-
HSV(B)209.71º91.96%43.92%-
XYZ4.714.5715.96-
YUV51.27162.2797.85-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.95%
GREEN value IS 61 (24.22% from 255) = 33.52%
BLUE value IS 112 (44.14% from 255) = 61.54%
R=4.95%
G=33.52%
B=61.54%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9611120.920.4600.56209.7185.1223.73
Hex93D705C2E038d25518
Octal11751601345607032212530
Binary100111110111100001011100101110011100011010010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093d70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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