Shades of Dark Cerulean #09466F
Tints of Dark Cerulean #09466F
RGB
CMYK
RGB Variations
Color information
#09466F (or 0x09466F) is known color: Dark Cerulean. HEX triplet: 09, 46 and 6F. RGB value is (9,70,111). Sum of RGB (Red+Green+Blue) = 9+70+111=190 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.74% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 111 (43.75% from 255 or 58.42% from 190); Max value from RGB is 111 - color contains mainly: blue. Hex color #09466F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09466F is #F6B990. Grayscale: #383838. Windows color (decimal): -16169361 or 7292425. OLE color: 7292425.
HSL color Cylindrical-coordinate representation of color #09466F: hue angle of 204.12º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09466F is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 70 | 111 | - |
| CMYK | 0.92 | 0.37 | 0 | 0.56 |
| HSL | 204.12º | 0.85% | 0.24% | - |
| HSV(B) | 204.12º | 0.92% | 0.44% | - |
| XYZ | 5.17 | 5.59 | 15.84 | - |
| YUV | 56.44 | 158.79 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 70 | 111 | 0.92 | 0.37 | 0 | 0.56 | 204.12 | 0.85 | 0.24 |
| Hex | 9 | 46 | 6F | 5C | 25 | 0 | 38 | CC | 55 | 18 |
| Octal | 11 | 106 | 157 | 134 | 45 | 0 | 70 | 314 | 125 | 30 |
| Binary | 1001 | 1000110 | 1101111 | 1011100 | 100101 | 0 | 111000 | 11001100 | 1010101 | 11000 |
Color Harmonies of #09466F
Complementary color
Monochromatic Colors of #09466F
Black with #09466F
Text Example
Text Example
White with #09466F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09466F; }
p { color: rgb(9,70,111); }
H1.HeaderClassName
{
color: #09466F;
}
.AnyTagClassName
{
color: #09466F;
}
</style>
background-color css
<style>
a { background-color: #09466F; }
a { background-color: rgb(9,70,111); }
div.DivClassName
{
background-color: #09466F;
}
.BgClassName
{
background-color: #09466F;
}
</style>
border-color css
<style>
span { border-color: #09466F; }
span { border-color: rgb(9,70,111); }
td.TdClassName
{
border-color: #09466F;
}
.TagClassName
{
border-color: #09466F;
}
</style>