#093C86

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

Shades of Dark Cerulean #093C86

Tints of Dark Cerulean #093C86

Color information

#093C86 (or 0x093C86) is unknown color: approx Dark Cerulean. HEX triplet: 09, 3C and 86. RGB value is (9,60,134). Sum of RGB (Red+Green+Blue) = 9+60+134=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 60 (23.83% from 255 or 29.56% from 203); Blue value is 134 (52.73% from 255 or 66.01% from 203); Max value from RGB is 134 - color contains mainly: blue. Hex color #093C86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093C86 is #F6C379. Grayscale: #343434. Windows color (decimal): -16171898 or 8797193. OLE color: 8797193.

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

Color convert

RGB960134-
CMYK0.930.5500.47
HSL215.52º87.41%28.04%-
HSV(B)215.52º93.28%52.55%-
XYZ6.035.0123.2-
YUV53.19173.696.48-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.43%
GREEN value IS 60 (23.83% from 255) = 29.56%
BLUE value IS 134 (52.73% from 255) = 66.01%
R=4.43%
G=29.56%
B=66.01%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9601340.930.5500.47215.5287.4128.04
Hex93C865D3702Fd8571c
Octal11742061356705733012734
Binary1001111100100001101011101110111010111111011000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,60,134); }

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

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

 a { background-color: rgb(9,60,134); }

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

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

 span { border-color: rgb(9,60,134); }

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