Shades of Dark Cerulean #16407C
Tints of Dark Cerulean #16407C
RGB
CMYK
RGB Variations
Color information
#16407C (or 0x16407C) is known color: Dark Cerulean. HEX triplet: 16, 40 and 7C. RGB value is (22,64,124). Sum of RGB (Red+Green+Blue) = 22+64+124=210 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.48% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 124 (48.83% from 255 or 59.05% from 210); Max value from RGB is 124 - color contains mainly: blue. Hex color #16407C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16407C is #E9BF83. Grayscale: #3A3A3A. Windows color (decimal): -15318916 or 8142870. OLE color: 8142870.
HSL color Cylindrical-coordinate representation of color #16407C: hue angle of 215.29º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16407C is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 64 | 124 | - |
| CMYK | 0.82 | 0.48 | 0 | 0.51 |
| HSL | 215.29º | 0.7% | 0.29% | - |
| HSV(B) | 215.29º | 0.82% | 0.49% | - |
| XYZ | 5.8 | 5.29 | 19.78 | - |
| YUV | 58.28 | 165.09 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 64 | 124 | 0.82 | 0.48 | 0 | 0.51 | 215.29 | 0.7 | 0.29 |
| Hex | 16 | 40 | 7C | 52 | 30 | 0 | 33 | D7 | 46 | 1D |
| Octal | 26 | 100 | 174 | 122 | 60 | 0 | 63 | 327 | 106 | 35 |
| Binary | 10110 | 1000000 | 1111100 | 1010010 | 110000 | 0 | 110011 | 11010111 | 1000110 | 11101 |
Color Harmonies of #16407C
Complementary color
Monochromatic Colors of #16407C
Black with #16407C
Text Example
Text Example
White with #16407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16407C; }
p { color: rgb(22,64,124); }
H1.HeaderClassName
{
color: #16407C;
}
.AnyTagClassName
{
color: #16407C;
}
</style>
background-color css
<style>
a { background-color: #16407C; }
a { background-color: rgb(22,64,124); }
div.DivClassName
{
background-color: #16407C;
}
.BgClassName
{
background-color: #16407C;
}
</style>
border-color css
<style>
span { border-color: #16407C; }
span { border-color: rgb(22,64,124); }
td.TdClassName
{
border-color: #16407C;
}
.TagClassName
{
border-color: #16407C;
}
</style>