Shades of Dark Cerulean #16447D
Tints of Dark Cerulean #16447D
RGB
CMYK
RGB Variations
Color information
#16447D (or 0x16447D) is known color: Dark Cerulean. HEX triplet: 16, 44 and 7D. RGB value is (22,68,125). Sum of RGB (Red+Green+Blue) = 22+68+125=215 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.23% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 125 (49.22% from 255 or 58.14% from 215); Max value from RGB is 125 - color contains mainly: blue. Hex color #16447D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16447D is #E9BB82. Grayscale: #3C3C3C. Windows color (decimal): -15317891 or 8209430. OLE color: 8209430.
HSL color Cylindrical-coordinate representation of color #16447D: hue angle of 213.2º 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 #16447D is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 68 | 125 | - |
| CMYK | 0.82 | 0.46 | 0 | 0.51 |
| HSL | 213.2º | 0.7% | 0.29% | - |
| HSV(B) | 213.2º | 0.82% | 0.49% | - |
| XYZ | 6.1 | 5.79 | 20.2 | - |
| YUV | 60.74 | 164.26 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 68 | 125 | 0.82 | 0.46 | 0 | 0.51 | 213.2 | 0.7 | 0.29 |
| Hex | 16 | 44 | 7D | 52 | 2E | 0 | 33 | D5 | 46 | 1D |
| Octal | 26 | 104 | 175 | 122 | 56 | 0 | 63 | 325 | 106 | 35 |
| Binary | 10110 | 1000100 | 1111101 | 1010010 | 101110 | 0 | 110011 | 11010101 | 1000110 | 11101 |
Color Harmonies of #16447D
Complementary color
Monochromatic Colors of #16447D
Black with #16447D
Text Example
Text Example
White with #16447D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16447D; }
p { color: rgb(22,68,125); }
H1.HeaderClassName
{
color: #16447D;
}
.AnyTagClassName
{
color: #16447D;
}
</style>
background-color css
<style>
a { background-color: #16447D; }
a { background-color: rgb(22,68,125); }
div.DivClassName
{
background-color: #16447D;
}
.BgClassName
{
background-color: #16447D;
}
</style>
border-color css
<style>
span { border-color: #16447D; }
span { border-color: rgb(22,68,125); }
td.TdClassName
{
border-color: #16447D;
}
.TagClassName
{
border-color: #16447D;
}
</style>