Shades of Dark Cerulean #09476E
Tints of Dark Cerulean #09476E
RGB
CMYK
RGB Variations
Color information
#09476E (or 0x09476E) is known color: Dark Cerulean. HEX triplet: 09, 47 and 6E. RGB value is (9,71,110). Sum of RGB (Red+Green+Blue) = 9+71+110=190 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.74% from 190); Green value is 71 (28.12% from 255 or 37.37% from 190); Blue value is 110 (43.36% from 255 or 57.89% from 190); Max value from RGB is 110 - color contains mainly: blue. Hex color #09476E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09476E is #F6B891. Grayscale: #383838. Windows color (decimal): -16169106 or 7227145. OLE color: 7227145.
HSL color Cylindrical-coordinate representation of color #09476E: hue angle of 203.17º 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 #09476E is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 9 | 71 | 110 | - |
| CMYK | 0.92 | 0.35 | 0 | 0.57 |
| HSL | 203.17º | 0.85% | 0.23% | - |
| HSV(B) | 203.17º | 0.92% | 0.43% | - |
| XYZ | 5.18 | 5.69 | 15.58 | - |
| YUV | 56.91 | 157.96 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 71 | 110 | 0.92 | 0.35 | 0 | 0.57 | 203.17 | 0.85 | 0.23 |
| Hex | 9 | 47 | 6E | 5C | 23 | 0 | 39 | CB | 55 | 17 |
| Octal | 11 | 107 | 156 | 134 | 43 | 0 | 71 | 313 | 125 | 27 |
| Binary | 1001 | 1000111 | 1101110 | 1011100 | 100011 | 0 | 111001 | 11001011 | 1010101 | 10111 |
Color Harmonies of #09476E
Complementary color
Monochromatic Colors of #09476E
Black with #09476E
Text Example
Text Example
White with #09476E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09476E; }
p { color: rgb(9,71,110); }
H1.HeaderClassName
{
color: #09476E;
}
.AnyTagClassName
{
color: #09476E;
}
</style>
background-color css
<style>
a { background-color: #09476E; }
a { background-color: rgb(9,71,110); }
div.DivClassName
{
background-color: #09476E;
}
.BgClassName
{
background-color: #09476E;
}
</style>
border-color css
<style>
span { border-color: #09476E; }
span { border-color: rgb(9,71,110); }
td.TdClassName
{
border-color: #09476E;
}
.TagClassName
{
border-color: #09476E;
}
</style>