#09496C

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

Shades of Dark Cerulean #09496C

Tints of Dark Cerulean #09496C

Color information

#09496C (or 0x09496C) is unknown color: approx Dark Cerulean. HEX triplet: 09, 49 and 6C. RGB value is (9,73,108). Sum of RGB (Red+Green+Blue) = 9+73+108=190 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.74% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 108 (42.58% from 255 or 56.84% from 190); Max value from RGB is 108 - color contains mainly: blue. Hex color #09496C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09496C is #F6B693. Grayscale: #393939. Windows color (decimal): -16168596 or 7096585. OLE color: 7096585.

HSL color Cylindrical-coordinate representation of color #09496C: hue angle of 201.21º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09496C is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB973108-
CMYK0.920.3200.58
HSL201.21º84.62%22.94%-
HSV(B)201.21º91.67%42.35%-
XYZ5.25.9115.05-
YUV57.85156.393.15-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.74%
GREEN value IS 73 (28.91% from 255) = 38.42%
BLUE value IS 108 (42.58% from 255) = 56.84%
R=4.74%
G=38.42%
B=56.84%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9731080.920.3200.58201.2184.6222.94
Hex9496C5C2003Ac95517
Octal111111541344007231112527
Binary1001100100111011001011100100000011101011001001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09496C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09496C; }

 p { color: rgb(9,73,108); }

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

<style>
 a { background-color: #09496C; }

 a { background-color: rgb(9,73,108); }

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

<style>
 span { border-color: #09496C; }

 span { border-color: rgb(9,73,108); }

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