Shades of Dark Cerulean #16496E
Tints of Dark Cerulean #16496E
RGB
CMYK
RGB Variations
Color information
#16496E (or 0x16496E) is known color: Dark Cerulean. HEX triplet: 16, 49 and 6E. RGB value is (22,73,110). Sum of RGB (Red+Green+Blue) = 22+73+110=205 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.73% from 205); Green value is 73 (28.91% from 255 or 35.61% from 205); Blue value is 110 (43.36% from 255 or 53.66% from 205); Max value from RGB is 110 - color contains mainly: blue. Hex color #16496E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16496E is #E9B691. Grayscale: #3D3D3D. Windows color (decimal): -15316626 or 7227670. OLE color: 7227670.
HSL color Cylindrical-coordinate representation of color #16496E: hue angle of 205.23º degrees, saturation: 0.67, 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 #16496E is Cyan = 0.8, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 22 | 73 | 110 | - |
| CMYK | 0.8 | 0.34 | 0 | 0.57 |
| HSL | 205.23º | 0.67% | 0.26% | - |
| HSV(B) | 205.23º | 0.8% | 0.43% | - |
| XYZ | 5.53 | 6.06 | 15.63 | - |
| YUV | 61.97 | 155.1 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 73 | 110 | 0.8 | 0.34 | 0 | 0.57 | 205.23 | 0.67 | 0.26 |
| Hex | 16 | 49 | 6E | 50 | 22 | 0 | 39 | CD | 43 | 1A |
| Octal | 26 | 111 | 156 | 120 | 42 | 0 | 71 | 315 | 103 | 32 |
| Binary | 10110 | 1001001 | 1101110 | 1010000 | 100010 | 0 | 111001 | 11001101 | 1000011 | 11010 |
Color Harmonies of #16496E
Complementary color
Monochromatic Colors of #16496E
Black with #16496E
Text Example
Text Example
White with #16496E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16496E; }
p { color: rgb(22,73,110); }
H1.HeaderClassName
{
color: #16496E;
}
.AnyTagClassName
{
color: #16496E;
}
</style>
background-color css
<style>
a { background-color: #16496E; }
a { background-color: rgb(22,73,110); }
div.DivClassName
{
background-color: #16496E;
}
.BgClassName
{
background-color: #16496E;
}
</style>
border-color css
<style>
span { border-color: #16496E; }
span { border-color: rgb(22,73,110); }
td.TdClassName
{
border-color: #16496E;
}
.TagClassName
{
border-color: #16496E;
}
</style>