Shades of Dark Cerulean #16447F
Tints of Dark Cerulean #16447F
RGB
CMYK
RGB Variations
Color information
#16447F (or 0x16447F) is known color: Dark Cerulean. HEX triplet: 16, 44 and 7F. RGB value is (22,68,127). Sum of RGB (Red+Green+Blue) = 22+68+127=217 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.14% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 127 (50% from 255 or 58.53% from 217); Max value from RGB is 127 - color contains mainly: blue. Hex color #16447F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16447F is #E9BB80. Grayscale: #3C3C3C. Windows color (decimal): -15317889 or 8340502. OLE color: 8340502.
HSL color Cylindrical-coordinate representation of color #16447F: hue angle of 213.71º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #16447F is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 22 | 68 | 127 | - |
| CMYK | 0.83 | 0.46 | 0 | 0.50 |
| HSL | 213.71º | 0.7% | 0.29% | - |
| HSV(B) | 213.71º | 0.83% | 0.5% | - |
| XYZ | 6.23 | 5.84 | 20.88 | - |
| YUV | 60.97 | 165.26 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 68 | 127 | 0.83 | 0.46 | 0 | 0.50 | 213.71 | 0.7 | 0.29 |
| Hex | 16 | 44 | 7F | 53 | 2E | 0 | 32 | D6 | 46 | 1D |
| Octal | 26 | 104 | 177 | 123 | 56 | 0 | 62 | 326 | 106 | 35 |
| Binary | 10110 | 1000100 | 1111111 | 1010011 | 101110 | 0 | 110010 | 11010110 | 1000110 | 11101 |
Color Harmonies of #16447F
Complementary color
Monochromatic Colors of #16447F
Black with #16447F
Text Example
Text Example
White with #16447F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16447F; }
p { color: rgb(22,68,127); }
H1.HeaderClassName
{
color: #16447F;
}
.AnyTagClassName
{
color: #16447F;
}
</style>
background-color css
<style>
a { background-color: #16447F; }
a { background-color: rgb(22,68,127); }
div.DivClassName
{
background-color: #16447F;
}
.BgClassName
{
background-color: #16447F;
}
</style>
border-color css
<style>
span { border-color: #16447F; }
span { border-color: rgb(22,68,127); }
td.TdClassName
{
border-color: #16447F;
}
.TagClassName
{
border-color: #16447F;
}
</style>