#09466C

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

Shades of Dark Cerulean #09466C

Tints of Dark Cerulean #09466C

Color information

#09466C (or 0x09466C) is unknown color: approx Dark Cerulean. HEX triplet: 09, 46 and 6C. RGB value is (9,70,108). Sum of RGB (Red+Green+Blue) = 9+70+108=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 108 (42.58% from 255 or 57.75% from 187); Max value from RGB is 108 - color contains mainly: blue. Hex color #09466C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09466C is #F6B993. Grayscale: #373737. Windows color (decimal): -16169364 or 7095817. OLE color: 7095817.

HSL color Cylindrical-coordinate representation of color #09466C: hue angle of 203.03º 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 #09466C is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB970108-
CMYK0.920.3500.58
HSL203.03º84.62%22.94%-
HSV(B)203.03º91.67%42.35%-
XYZ5.015.5214.99-
YUV56.09157.2994.41-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.81%
GREEN value IS 70 (27.73% from 255) = 37.43%
BLUE value IS 108 (42.58% from 255) = 57.75%
R=4.81%
G=37.43%
B=57.75%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9701080.920.3500.58203.0384.6222.94
Hex9466C5C2303Acb5517
Octal111061541344307231312527
Binary1001100011011011001011100100011011101011001011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09466C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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