Shades of Dark Cerulean #09406F
Tints of Dark Cerulean #09406F
RGB
CMYK
RGB Variations
Color information
#09406F (or 0x09406F) is known color: Dark Cerulean. HEX triplet: 09, 40 and 6F. RGB value is (9,64,111). Sum of RGB (Red+Green+Blue) = 9+64+111=184 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.89% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 111 (43.75% from 255 or 60.33% from 184); Max value from RGB is 111 - color contains mainly: blue. Hex color #09406F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09406F is #F6BF90. Grayscale: #343434. Windows color (decimal): -16170897 or 7290889. OLE color: 7290889.
HSL color Cylindrical-coordinate representation of color #09406F: hue angle of 207.65º 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 #09406F is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 64 | 111 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.56 |
| HSL | 207.65º | 0.85% | 0.24% | - |
| HSV(B) | 207.65º | 0.92% | 0.44% | - |
| XYZ | 4.82 | 4.87 | 15.73 | - |
| YUV | 52.91 | 160.78 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 64 | 111 | 0.92 | 0.42 | 0 | 0.56 | 207.65 | 0.85 | 0.24 |
| Hex | 9 | 40 | 6F | 5C | 2A | 0 | 38 | D0 | 55 | 18 |
| Octal | 11 | 100 | 157 | 134 | 52 | 0 | 70 | 320 | 125 | 30 |
| Binary | 1001 | 1000000 | 1101111 | 1011100 | 101010 | 0 | 111000 | 11010000 | 1010101 | 11000 |
Color Harmonies of #09406F
Complementary color
Monochromatic Colors of #09406F
Black with #09406F
Text Example
Text Example
White with #09406F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09406F; }
p { color: rgb(9,64,111); }
H1.HeaderClassName
{
color: #09406F;
}
.AnyTagClassName
{
color: #09406F;
}
</style>
background-color css
<style>
a { background-color: #09406F; }
a { background-color: rgb(9,64,111); }
div.DivClassName
{
background-color: #09406F;
}
.BgClassName
{
background-color: #09406F;
}
</style>
border-color css
<style>
span { border-color: #09406F; }
span { border-color: rgb(9,64,111); }
td.TdClassName
{
border-color: #09406F;
}
.TagClassName
{
border-color: #09406F;
}
</style>