#093E84

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

Shades of Dark Cerulean #093E84

Tints of Dark Cerulean #093E84

Color information

#093E84 (or 0x093E84) is unknown color: approx Dark Cerulean. HEX triplet: 09, 3E and 84. RGB value is (9,62,132). Sum of RGB (Red+Green+Blue) = 9+62+132=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 62 (24.61% from 255 or 30.54% from 203); Blue value is 132 (51.95% from 255 or 65.02% from 203); Max value from RGB is 132 - color contains mainly: blue. Hex color #093E84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093E84 is #F6C17B. Grayscale: #353535. Windows color (decimal): -16171388 or 8666633. OLE color: 8666633.

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

Color convert

RGB962132-
CMYK0.930.5300.48
HSL214.15º87.23%27.65%-
HSV(B)214.15º93.18%51.76%-
XYZ65.1722.51-
YUV54.13171.9495.81-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.43%
GREEN value IS 62 (24.61% from 255) = 30.54%
BLUE value IS 132 (51.95% from 255) = 65.02%
R=4.43%
G=30.54%
B=65.02%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9621320.930.5300.48214.1587.2327.65
Hex93E845D35030d6571c
Octal11762041356506032612734
Binary1001111110100001001011101110101011000011010110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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