Shades of Dark Cerulean #09476B
Tints of Dark Cerulean #09476B
RGB
CMYK
RGB Variations
Color information
#09476B (or 0x09476B) is known color: Dark Cerulean. HEX triplet: 09, 47 and 6B. RGB value is (9,71,107). Sum of RGB (Red+Green+Blue) = 9+71+107=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 71 (28.12% from 255 or 37.97% from 187); Blue value is 107 (42.19% from 255 or 57.22% from 187); Max value from RGB is 107 - color contains mainly: blue. Hex color #09476B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09476B is #F6B894. Grayscale: #383838. Windows color (decimal): -16169109 or 7030537. OLE color: 7030537.
HSL color Cylindrical-coordinate representation of color #09476B: hue angle of 202.04º 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 #09476B is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 71 | 107 | - |
| CMYK | 0.92 | 0.34 | 0 | 0.58 |
| HSL | 202.04º | 0.84% | 0.23% | - |
| HSV(B) | 202.04º | 0.92% | 0.42% | - |
| XYZ | 5.02 | 5.63 | 14.73 | - |
| YUV | 56.57 | 156.46 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 71 | 107 | 0.92 | 0.34 | 0 | 0.58 | 202.04 | 0.84 | 0.23 |
| Hex | 9 | 47 | 6B | 5C | 22 | 0 | 3A | CA | 54 | 17 |
| Octal | 11 | 107 | 153 | 134 | 42 | 0 | 72 | 312 | 124 | 27 |
| Binary | 1001 | 1000111 | 1101011 | 1011100 | 100010 | 0 | 111010 | 11001010 | 1010100 | 10111 |
Color Harmonies of #09476B
Complementary color
Monochromatic Colors of #09476B
Black with #09476B
Text Example
Text Example
White with #09476B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09476B; }
p { color: rgb(9,71,107); }
H1.HeaderClassName
{
color: #09476B;
}
.AnyTagClassName
{
color: #09476B;
}
</style>
background-color css
<style>
a { background-color: #09476B; }
a { background-color: rgb(9,71,107); }
div.DivClassName
{
background-color: #09476B;
}
.BgClassName
{
background-color: #09476B;
}
</style>
border-color css
<style>
span { border-color: #09476B; }
span { border-color: rgb(9,71,107); }
td.TdClassName
{
border-color: #09476B;
}
.TagClassName
{
border-color: #09476B;
}
</style>