Shades of Dark Cerulean #16477A
Tints of Dark Cerulean #16477A
RGB
CMYK
RGB Variations
Color information
#16477A (or 0x16477A) is known color: Dark Cerulean. HEX triplet: 16, 47 and 7A. RGB value is (22,71,122). Sum of RGB (Red+Green+Blue) = 22+71+122=215 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.23% from 215); Green value is 71 (28.12% from 255 or 33.02% from 215); Blue value is 122 (48.05% from 255 or 56.74% from 215); Max value from RGB is 122 - color contains mainly: blue. Hex color #16477A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16477A is #E9B885. Grayscale: #3D3D3D. Windows color (decimal): -15317126 or 8013590. OLE color: 8013590.
HSL color Cylindrical-coordinate representation of color #16477A: hue angle of 210.6º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16477A is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 22 | 71 | 122 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.52 |
| HSL | 210.6º | 0.69% | 0.28% | - |
| HSV(B) | 210.6º | 0.82% | 0.48% | - |
| XYZ | 6.1 | 6.08 | 19.26 | - |
| YUV | 62.16 | 161.77 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 71 | 122 | 0.82 | 0.42 | 0 | 0.52 | 210.6 | 0.69 | 0.28 |
| Hex | 16 | 47 | 7A | 52 | 2A | 0 | 34 | D3 | 45 | 1C |
| Octal | 26 | 107 | 172 | 122 | 52 | 0 | 64 | 323 | 105 | 34 |
| Binary | 10110 | 1000111 | 1111010 | 1010010 | 101010 | 0 | 110100 | 11010011 | 1000101 | 11100 |
Color Harmonies of #16477A
Complementary color
Monochromatic Colors of #16477A
Black with #16477A
Text Example
Text Example
White with #16477A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16477A; }
p { color: rgb(22,71,122); }
H1.HeaderClassName
{
color: #16477A;
}
.AnyTagClassName
{
color: #16477A;
}
</style>
background-color css
<style>
a { background-color: #16477A; }
a { background-color: rgb(22,71,122); }
div.DivClassName
{
background-color: #16477A;
}
.BgClassName
{
background-color: #16477A;
}
</style>
border-color css
<style>
span { border-color: #16477A; }
span { border-color: rgb(22,71,122); }
td.TdClassName
{
border-color: #16477A;
}
.TagClassName
{
border-color: #16477A;
}
</style>