#093D83

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

Shades of Dark Cerulean #093D83

Tints of Dark Cerulean #093D83

Color information

#093D83 (or 0x093D83) is unknown color: approx Dark Cerulean. HEX triplet: 09, 3D and 83. RGB value is (9,61,131). Sum of RGB (Red+Green+Blue) = 9+61+131=201 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.48% from 201); Green value is 61 (24.22% from 255 or 30.35% from 201); Blue value is 131 (51.56% from 255 or 65.17% from 201); Max value from RGB is 131 - color contains mainly: blue. Hex color #093D83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093D83 is #F6C27C. Grayscale: #353535. Windows color (decimal): -16171645 or 8600841. OLE color: 8600841.

HSL color Cylindrical-coordinate representation of color #093D83: hue angle of 214.43º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #093D83 is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB961131-
CMYK0.930.5300.49
HSL214.43º87.14%27.45%-
HSV(B)214.43º93.13%51.37%-
XYZ5.885.0322.13-
YUV53.43171.7796.31-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.48%
GREEN value IS 61 (24.22% from 255) = 30.35%
BLUE value IS 131 (51.56% from 255) = 65.17%
R=4.48%
G=30.35%
B=65.17%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9611310.930.5300.49214.4387.1427.45
Hex93D835D35031d6571b
Octal11752031356506132612733
Binary1001111101100000111011101110101011000111010110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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