Shades of Dark Cerulean #09466D
Tints of Dark Cerulean #09466D
RGB
CMYK
RGB Variations
Color information
#09466D (or 0x09466D) is known color: Dark Cerulean. HEX triplet: 09, 46 and 6D. RGB value is (9,70,109). Sum of RGB (Red+Green+Blue) = 9+70+109=188 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.79% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 109 (42.97% from 255 or 57.98% from 188); Max value from RGB is 109 - color contains mainly: blue. Hex color #09466D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09466D is #F6B992. Grayscale: #373737. Windows color (decimal): -16169363 or 7161353. OLE color: 7161353.
HSL color Cylindrical-coordinate representation of color #09466D: hue angle of 203.4º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09466D is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 9 | 70 | 109 | - |
| CMYK | 0.92 | 0.36 | 0 | 0.57 |
| HSL | 203.4º | 0.85% | 0.23% | - |
| HSV(B) | 203.4º | 0.92% | 0.43% | - |
| XYZ | 5.06 | 5.54 | 15.27 | - |
| YUV | 56.21 | 157.79 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 70 | 109 | 0.92 | 0.36 | 0 | 0.57 | 203.4 | 0.85 | 0.23 |
| Hex | 9 | 46 | 6D | 5C | 24 | 0 | 39 | CB | 55 | 17 |
| Octal | 11 | 106 | 155 | 134 | 44 | 0 | 71 | 313 | 125 | 27 |
| Binary | 1001 | 1000110 | 1101101 | 1011100 | 100100 | 0 | 111001 | 11001011 | 1010101 | 10111 |
Color Harmonies of #09466D
Complementary color
Monochromatic Colors of #09466D
Black with #09466D
Text Example
Text Example
White with #09466D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09466D; }
p { color: rgb(9,70,109); }
H1.HeaderClassName
{
color: #09466D;
}
.AnyTagClassName
{
color: #09466D;
}
</style>
background-color css
<style>
a { background-color: #09466D; }
a { background-color: rgb(9,70,109); }
div.DivClassName
{
background-color: #09466D;
}
.BgClassName
{
background-color: #09466D;
}
</style>
border-color css
<style>
span { border-color: #09466D; }
span { border-color: rgb(9,70,109); }
td.TdClassName
{
border-color: #09466D;
}
.TagClassName
{
border-color: #09466D;
}
</style>