Shades of Dark Cerulean #16478C
Tints of Dark Cerulean #16478C
RGB
CMYK
RGB Variations
Color information
#16478C (or 0x16478C) is known color: Dark Cerulean. HEX triplet: 16, 47 and 8C. RGB value is (22,71,140). Sum of RGB (Red+Green+Blue) = 22+71+140=233 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.44% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 140 (55.08% from 255 or 60.09% from 233); Max value from RGB is 140 - color contains mainly: blue. Hex color #16478C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16478C is #E9B873. Grayscale: #3F3F3F. Windows color (decimal): -15317108 or 9193238. OLE color: 9193238.
HSL color Cylindrical-coordinate representation of color #16478C: hue angle of 215.08º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16478C is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 71 | 140 | - |
| CMYK | 0.84 | 0.49 | 0 | 0.45 |
| HSL | 215.08º | 0.73% | 0.32% | - |
| HSV(B) | 215.08º | 0.84% | 0.55% | - |
| XYZ | 7.32 | 6.57 | 25.69 | - |
| YUV | 64.22 | 170.77 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 71 | 140 | 0.84 | 0.49 | 0 | 0.45 | 215.08 | 0.73 | 0.32 |
| Hex | 16 | 47 | 8C | 54 | 31 | 0 | 2D | D7 | 49 | 20 |
| Octal | 26 | 107 | 214 | 124 | 61 | 0 | 55 | 327 | 111 | 40 |
| Binary | 10110 | 1000111 | 10001100 | 1010100 | 110001 | 0 | 101101 | 11010111 | 1001001 | 100000 |
Color Harmonies of #16478C
Complementary color
Monochromatic Colors of #16478C
Black with #16478C
Text Example
Text Example
White with #16478C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16478C; }
p { color: rgb(22,71,140); }
H1.HeaderClassName
{
color: #16478C;
}
.AnyTagClassName
{
color: #16478C;
}
</style>
background-color css
<style>
a { background-color: #16478C; }
a { background-color: rgb(22,71,140); }
div.DivClassName
{
background-color: #16478C;
}
.BgClassName
{
background-color: #16478C;
}
</style>
border-color css
<style>
span { border-color: #16478C; }
span { border-color: rgb(22,71,140); }
td.TdClassName
{
border-color: #16478C;
}
.TagClassName
{
border-color: #16478C;
}
</style>