Shades of Dark Cerulean #16466D
Tints of Dark Cerulean #16466D
RGB
CMYK
RGB Variations
Color information
#16466D (or 0x16466D) is known color: Dark Cerulean. HEX triplet: 16, 46 and 6D. RGB value is (22,70,109). Sum of RGB (Red+Green+Blue) = 22+70+109=201 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.95% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 109 (42.97% from 255 or 54.23% from 201); Max value from RGB is 109 - color contains mainly: blue. Hex color #16466D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16466D is #E9B992. Grayscale: #3B3B3B. Windows color (decimal): -15317395 or 7161366. OLE color: 7161366.
HSL color Cylindrical-coordinate representation of color #16466D: hue angle of 206.9º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16466D is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 22 | 70 | 109 | - |
| CMYK | 0.80 | 0.36 | 0 | 0.57 |
| HSL | 206.9º | 0.66% | 0.26% | - |
| HSV(B) | 206.9º | 0.8% | 0.43% | - |
| XYZ | 5.28 | 5.66 | 15.28 | - |
| YUV | 60.09 | 155.6 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 70 | 109 | 0.80 | 0.36 | 0 | 0.57 | 206.9 | 0.66 | 0.26 |
| Hex | 16 | 46 | 6D | 50 | 24 | 0 | 39 | CF | 42 | 1A |
| Octal | 26 | 106 | 155 | 120 | 44 | 0 | 71 | 317 | 102 | 32 |
| Binary | 10110 | 1000110 | 1101101 | 1010000 | 100100 | 0 | 111001 | 11001111 | 1000010 | 11010 |
Color Harmonies of #16466D
Complementary color
Monochromatic Colors of #16466D
Black with #16466D
Text Example
Text Example
White with #16466D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16466D; }
p { color: rgb(22,70,109); }
H1.HeaderClassName
{
color: #16466D;
}
.AnyTagClassName
{
color: #16466D;
}
</style>
background-color css
<style>
a { background-color: #16466D; }
a { background-color: rgb(22,70,109); }
div.DivClassName
{
background-color: #16466D;
}
.BgClassName
{
background-color: #16466D;
}
</style>
border-color css
<style>
span { border-color: #16466D; }
span { border-color: rgb(22,70,109); }
td.TdClassName
{
border-color: #16466D;
}
.TagClassName
{
border-color: #16466D;
}
</style>