Shades of Dark Cerulean #16456C
Tints of Dark Cerulean #16456C
RGB
CMYK
RGB Variations
Color information
#16456C (or 0x16456C) is known color: Dark Cerulean. HEX triplet: 16, 45 and 6C. RGB value is (22,69,108). Sum of RGB (Red+Green+Blue) = 22+69+108=199 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.06% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 108 (42.58% from 255 or 54.27% from 199); Max value from RGB is 108 - color contains mainly: blue. Hex color #16456C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16456C is #E9BA93. Grayscale: #3B3B3B. Windows color (decimal): -15317652 or 7095574. OLE color: 7095574.
HSL color Cylindrical-coordinate representation of color #16456C: hue angle of 207.21º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16456C is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 69 | 108 | - |
| CMYK | 0.80 | 0.36 | 0 | 0.58 |
| HSL | 207.21º | 0.66% | 0.25% | - |
| HSV(B) | 207.21º | 0.8% | 0.42% | - |
| XYZ | 5.17 | 5.51 | 14.98 | - |
| YUV | 59.39 | 155.43 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 69 | 108 | 0.80 | 0.36 | 0 | 0.58 | 207.21 | 0.66 | 0.25 |
| Hex | 16 | 45 | 6C | 50 | 24 | 0 | 3A | CF | 42 | 19 |
| Octal | 26 | 105 | 154 | 120 | 44 | 0 | 72 | 317 | 102 | 31 |
| Binary | 10110 | 1000101 | 1101100 | 1010000 | 100100 | 0 | 111010 | 11001111 | 1000010 | 11001 |
Color Harmonies of #16456C
Complementary color
Monochromatic Colors of #16456C
Black with #16456C
Text Example
Text Example
White with #16456C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16456C; }
p { color: rgb(22,69,108); }
H1.HeaderClassName
{
color: #16456C;
}
.AnyTagClassName
{
color: #16456C;
}
</style>
background-color css
<style>
a { background-color: #16456C; }
a { background-color: rgb(22,69,108); }
div.DivClassName
{
background-color: #16456C;
}
.BgClassName
{
background-color: #16456C;
}
</style>
border-color css
<style>
span { border-color: #16456C; }
span { border-color: rgb(22,69,108); }
td.TdClassName
{
border-color: #16456C;
}
.TagClassName
{
border-color: #16456C;
}
</style>