Shades of Dark Cerulean #09466C
Tints of Dark Cerulean #09466C
RGB
CMYK
RGB Variations
Color information
#09466C (or 0x09466C) is known color: 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
| RGB | 9 | 70 | 108 | - |
| CMYK | 0.92 | 0.35 | 0 | 0.58 |
| HSL | 203.03º | 0.85% | 0.23% | - |
| HSV(B) | 203.03º | 0.92% | 0.42% | - |
| XYZ | 5.01 | 5.52 | 14.99 | - |
| YUV | 56.09 | 157.29 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 70 | 108 | 0.92 | 0.35 | 0 | 0.58 | 203.03 | 0.85 | 0.23 |
| Hex | 9 | 46 | 6C | 5C | 23 | 0 | 3A | CB | 55 | 17 |
| Octal | 11 | 106 | 154 | 134 | 43 | 0 | 72 | 313 | 125 | 27 |
| Binary | 1001 | 1000110 | 1101100 | 1011100 | 100011 | 0 | 111010 | 11001011 | 1010101 | 10111 |
Color Harmonies of #09466C
Complementary color
Monochromatic Colors of #09466C
Black with #09466C
Text Example
Text Example
White with #09466C
Text Example
Text Example
HTML Codes & Css Web 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>