Shades of Dark Cerulean #16476F
Tints of Dark Cerulean #16476F
RGB
CMYK
RGB Variations
Color information
#16476F (or 0x16476F) is known color: Dark Cerulean. HEX triplet: 16, 47 and 6F. RGB value is (22,71,111). Sum of RGB (Red+Green+Blue) = 22+71+111=204 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.78% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 111 (43.75% from 255 or 54.41% from 204); Max value from RGB is 111 - color contains mainly: blue. Hex color #16476F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16476F is #E9B890. Grayscale: #3C3C3C. Windows color (decimal): -15317137 or 7292694. OLE color: 7292694.
HSL color Cylindrical-coordinate representation of color #16476F: hue angle of 206.97º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16476F is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 71 | 111 | - |
| CMYK | 0.80 | 0.36 | 0 | 0.56 |
| HSL | 206.97º | 0.67% | 0.26% | - |
| HSV(B) | 206.97º | 0.8% | 0.44% | - |
| XYZ | 5.45 | 5.82 | 15.88 | - |
| YUV | 60.91 | 156.27 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 71 | 111 | 0.80 | 0.36 | 0 | 0.56 | 206.97 | 0.67 | 0.26 |
| Hex | 16 | 47 | 6F | 50 | 24 | 0 | 38 | CF | 43 | 1A |
| Octal | 26 | 107 | 157 | 120 | 44 | 0 | 70 | 317 | 103 | 32 |
| Binary | 10110 | 1000111 | 1101111 | 1010000 | 100100 | 0 | 111000 | 11001111 | 1000011 | 11010 |
Color Harmonies of #16476F
Complementary color
Monochromatic Colors of #16476F
Black with #16476F
Text Example
Text Example
White with #16476F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16476F; }
p { color: rgb(22,71,111); }
H1.HeaderClassName
{
color: #16476F;
}
.AnyTagClassName
{
color: #16476F;
}
</style>
background-color css
<style>
a { background-color: #16476F; }
a { background-color: rgb(22,71,111); }
div.DivClassName
{
background-color: #16476F;
}
.BgClassName
{
background-color: #16476F;
}
</style>
border-color css
<style>
span { border-color: #16476F; }
span { border-color: rgb(22,71,111); }
td.TdClassName
{
border-color: #16476F;
}
.TagClassName
{
border-color: #16476F;
}
</style>