Shades of Dark Cerulean #16496D
Tints of Dark Cerulean #16496D
RGB
CMYK
RGB Variations
Color information
#16496D (or 0x16496D) is known color: Dark Cerulean. HEX triplet: 16, 49 and 6D. RGB value is (22,73,109). Sum of RGB (Red+Green+Blue) = 22+73+109=204 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.78% from 204); Green value is 73 (28.91% from 255 or 35.78% from 204); Blue value is 109 (42.97% from 255 or 53.43% from 204); Max value from RGB is 109 - color contains mainly: blue. Hex color #16496D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16496D is #E9B692. Grayscale: #3D3D3D. Windows color (decimal): -15316627 or 7162134. OLE color: 7162134.
HSL color Cylindrical-coordinate representation of color #16496D: hue angle of 204.83º 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 #16496D is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 22 | 73 | 109 | - |
| CMYK | 0.80 | 0.33 | 0 | 0.57 |
| HSL | 204.83º | 0.66% | 0.26% | - |
| HSV(B) | 204.83º | 0.8% | 0.43% | - |
| XYZ | 5.47 | 6.04 | 15.35 | - |
| YUV | 61.86 | 154.6 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 73 | 109 | 0.80 | 0.33 | 0 | 0.57 | 204.83 | 0.66 | 0.26 |
| Hex | 16 | 49 | 6D | 50 | 21 | 0 | 39 | CD | 42 | 1A |
| Octal | 26 | 111 | 155 | 120 | 41 | 0 | 71 | 315 | 102 | 32 |
| Binary | 10110 | 1001001 | 1101101 | 1010000 | 100001 | 0 | 111001 | 11001101 | 1000010 | 11010 |
Color Harmonies of #16496D
Complementary color
Monochromatic Colors of #16496D
Black with #16496D
Text Example
Text Example
White with #16496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16496D; }
p { color: rgb(22,73,109); }
H1.HeaderClassName
{
color: #16496D;
}
.AnyTagClassName
{
color: #16496D;
}
</style>
background-color css
<style>
a { background-color: #16496D; }
a { background-color: rgb(22,73,109); }
div.DivClassName
{
background-color: #16496D;
}
.BgClassName
{
background-color: #16496D;
}
</style>
border-color css
<style>
span { border-color: #16496D; }
span { border-color: rgb(22,73,109); }
td.TdClassName
{
border-color: #16496D;
}
.TagClassName
{
border-color: #16496D;
}
</style>