#093D89

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

Shades of Dark Cerulean #093D89

Tints of Dark Cerulean #093D89

Color information

#093D89 (or 0x093D89) is unknown color: approx Dark Cerulean. HEX triplet: 09, 3D and 89. RGB value is (9,61,137). Sum of RGB (Red+Green+Blue) = 9+61+137=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 61 (24.22% from 255 or 29.47% from 207); Blue value is 137 (53.91% from 255 or 66.18% from 207); Max value from RGB is 137 - color contains mainly: blue. Hex color #093D89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093D89 is #F6C276. Grayscale: #353535. Windows color (decimal): -16171639 or 8994057. OLE color: 8994057.

HSL color Cylindrical-coordinate representation of color #093D89: hue angle of 215.62º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #093D89 is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB961137-
CMYK0.930.5500.46
HSL215.62º87.67%28.63%-
HSV(B)215.62º93.43%53.73%-
XYZ6.35.224.34-
YUV54.12174.7795.82-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.35%
GREEN value IS 61 (24.22% from 255) = 29.47%
BLUE value IS 137 (53.91% from 255) = 66.18%
R=4.35%
G=29.47%
B=66.18%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9611370.930.5500.46215.6287.6728.63
Hex93D895D3702Ed8581d
Octal11752111356705633013035
Binary1001111101100010011011101110111010111011011000101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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