Shades of Dark Cerulean #16478B
Tints of Dark Cerulean #16478B
RGB
CMYK
RGB Variations
Color information
#16478B (or 0x16478B) is known color: Dark Cerulean. HEX triplet: 16, 47 and 8B. RGB value is (22,71,139). Sum of RGB (Red+Green+Blue) = 22+71+139=232 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.48% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 139 (54.69% from 255 or 59.91% from 232); Max value from RGB is 139 - color contains mainly: blue. Hex color #16478B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16478B is #E9B874. Grayscale: #3F3F3F. Windows color (decimal): -15317109 or 9127702. OLE color: 9127702.
HSL color Cylindrical-coordinate representation of color #16478B: hue angle of 214.87º 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 #16478B is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 71 | 139 | - |
| CMYK | 0.84 | 0.49 | 0 | 0.45 |
| HSL | 214.87º | 0.73% | 0.32% | - |
| HSV(B) | 214.87º | 0.84% | 0.55% | - |
| XYZ | 7.24 | 6.54 | 25.31 | - |
| YUV | 64.1 | 170.27 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 71 | 139 | 0.84 | 0.49 | 0 | 0.45 | 214.87 | 0.73 | 0.32 |
| Hex | 16 | 47 | 8B | 54 | 31 | 0 | 2D | D7 | 49 | 20 |
| Octal | 26 | 107 | 213 | 124 | 61 | 0 | 55 | 327 | 111 | 40 |
| Binary | 10110 | 1000111 | 10001011 | 1010100 | 110001 | 0 | 101101 | 11010111 | 1001001 | 100000 |
Color Harmonies of #16478B
Complementary color
Monochromatic Colors of #16478B
Black with #16478B
Text Example
Text Example
White with #16478B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16478B; }
p { color: rgb(22,71,139); }
H1.HeaderClassName
{
color: #16478B;
}
.AnyTagClassName
{
color: #16478B;
}
</style>
background-color css
<style>
a { background-color: #16478B; }
a { background-color: rgb(22,71,139); }
div.DivClassName
{
background-color: #16478B;
}
.BgClassName
{
background-color: #16478B;
}
</style>
border-color css
<style>
span { border-color: #16478B; }
span { border-color: rgb(22,71,139); }
td.TdClassName
{
border-color: #16478B;
}
.TagClassName
{
border-color: #16478B;
}
</style>