Shades of Dark Cerulean #09466B
Tints of Dark Cerulean #09466B
RGB
CMYK
RGB Variations
Color information
#09466B (or 0x09466B) is known color: Dark Cerulean. HEX triplet: 09, 46 and 6B. RGB value is (9,70,107). Sum of RGB (Red+Green+Blue) = 9+70+107=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 70 (27.73% from 255 or 37.63% from 186); Blue value is 107 (42.19% from 255 or 57.53% from 186); Max value from RGB is 107 - color contains mainly: blue. Hex color #09466B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09466B is #F6B994. Grayscale: #373737. Windows color (decimal): -16169365 or 7030281. OLE color: 7030281.
HSL color Cylindrical-coordinate representation of color #09466B: hue angle of 202.65º degrees, saturation: 0.84, 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 #09466B is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 70 | 107 | - |
| CMYK | 0.92 | 0.35 | 0 | 0.58 |
| HSL | 202.65º | 0.84% | 0.23% | - |
| HSV(B) | 202.65º | 0.92% | 0.42% | - |
| XYZ | 4.96 | 5.5 | 14.71 | - |
| YUV | 55.98 | 156.79 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 70 | 107 | 0.92 | 0.35 | 0 | 0.58 | 202.65 | 0.84 | 0.23 |
| Hex | 9 | 46 | 6B | 5C | 23 | 0 | 3A | CB | 54 | 17 |
| Octal | 11 | 106 | 153 | 134 | 43 | 0 | 72 | 313 | 124 | 27 |
| Binary | 1001 | 1000110 | 1101011 | 1011100 | 100011 | 0 | 111010 | 11001011 | 1010100 | 10111 |
Color Harmonies of #09466B
Complementary color
Monochromatic Colors of #09466B
Black with #09466B
Text Example
Text Example
White with #09466B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09466B; }
p { color: rgb(9,70,107); }
H1.HeaderClassName
{
color: #09466B;
}
.AnyTagClassName
{
color: #09466B;
}
</style>
background-color css
<style>
a { background-color: #09466B; }
a { background-color: rgb(9,70,107); }
div.DivClassName
{
background-color: #09466B;
}
.BgClassName
{
background-color: #09466B;
}
</style>
border-color css
<style>
span { border-color: #09466B; }
span { border-color: rgb(9,70,107); }
td.TdClassName
{
border-color: #09466B;
}
.TagClassName
{
border-color: #09466B;
}
</style>