Shades of Dark Cerulean #16486D
Tints of Dark Cerulean #16486D
RGB
CMYK
RGB Variations
Color information
#16486D (or 0x16486D) is known color: Dark Cerulean. HEX triplet: 16, 48 and 6D. RGB value is (22,72,109). Sum of RGB (Red+Green+Blue) = 22+72+109=203 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.84% from 203); Green value is 72 (28.52% from 255 or 35.47% from 203); Blue value is 109 (42.97% from 255 or 53.69% from 203); Max value from RGB is 109 - color contains mainly: blue. Hex color #16486D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16486D is #E9B792. Grayscale: #3D3D3D. Windows color (decimal): -15316883 or 7161878. OLE color: 7161878.
HSL color Cylindrical-coordinate representation of color #16486D: hue angle of 205.52º 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 #16486D is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 22 | 72 | 109 | - |
| CMYK | 0.80 | 0.34 | 0 | 0.57 |
| HSL | 205.52º | 0.66% | 0.26% | - |
| HSV(B) | 205.52º | 0.8% | 0.43% | - |
| XYZ | 5.41 | 5.91 | 15.32 | - |
| YUV | 61.27 | 154.94 | 99.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 72 | 109 | 0.80 | 0.34 | 0 | 0.57 | 205.52 | 0.66 | 0.26 |
| Hex | 16 | 48 | 6D | 50 | 22 | 0 | 39 | CE | 42 | 1A |
| Octal | 26 | 110 | 155 | 120 | 42 | 0 | 71 | 316 | 102 | 32 |
| Binary | 10110 | 1001000 | 1101101 | 1010000 | 100010 | 0 | 111001 | 11001110 | 1000010 | 11010 |
Color Harmonies of #16486D
Complementary color
Monochromatic Colors of #16486D
Black with #16486D
Text Example
Text Example
White with #16486D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16486D; }
p { color: rgb(22,72,109); }
H1.HeaderClassName
{
color: #16486D;
}
.AnyTagClassName
{
color: #16486D;
}
</style>
background-color css
<style>
a { background-color: #16486D; }
a { background-color: rgb(22,72,109); }
div.DivClassName
{
background-color: #16486D;
}
.BgClassName
{
background-color: #16486D;
}
</style>
border-color css
<style>
span { border-color: #16486D; }
span { border-color: rgb(22,72,109); }
td.TdClassName
{
border-color: #16486D;
}
.TagClassName
{
border-color: #16486D;
}
</style>