Shades of Dark Cerulean #16456D
Tints of Dark Cerulean #16456D
RGB
CMYK
RGB Variations
Color information
#16456D (or 0x16456D) is known color: Dark Cerulean. HEX triplet: 16, 45 and 6D. RGB value is (22,69,109). Sum of RGB (Red+Green+Blue) = 22+69+109=200 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 109 (42.97% from 255 or 54.5% from 200); Max value from RGB is 109 - color contains mainly: blue. Hex color #16456D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16456D is #E9BA92. Grayscale: #3B3B3B. Windows color (decimal): -15317651 or 7161110. OLE color: 7161110.
HSL color Cylindrical-coordinate representation of color #16456D: hue angle of 207.59º 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 #16456D is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 22 | 69 | 109 | - |
| CMYK | 0.80 | 0.37 | 0 | 0.57 |
| HSL | 207.59º | 0.66% | 0.26% | - |
| HSV(B) | 207.59º | 0.8% | 0.43% | - |
| XYZ | 5.22 | 5.53 | 15.26 | - |
| YUV | 59.51 | 155.93 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 69 | 109 | 0.80 | 0.37 | 0 | 0.57 | 207.59 | 0.66 | 0.26 |
| Hex | 16 | 45 | 6D | 50 | 25 | 0 | 39 | D0 | 42 | 1A |
| Octal | 26 | 105 | 155 | 120 | 45 | 0 | 71 | 320 | 102 | 32 |
| Binary | 10110 | 1000101 | 1101101 | 1010000 | 100101 | 0 | 111001 | 11010000 | 1000010 | 11010 |
Color Harmonies of #16456D
Complementary color
Monochromatic Colors of #16456D
Black with #16456D
Text Example
Text Example
White with #16456D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16456D; }
p { color: rgb(22,69,109); }
H1.HeaderClassName
{
color: #16456D;
}
.AnyTagClassName
{
color: #16456D;
}
</style>
background-color css
<style>
a { background-color: #16456D; }
a { background-color: rgb(22,69,109); }
div.DivClassName
{
background-color: #16456D;
}
.BgClassName
{
background-color: #16456D;
}
</style>
border-color css
<style>
span { border-color: #16456D; }
span { border-color: rgb(22,69,109); }
td.TdClassName
{
border-color: #16456D;
}
.TagClassName
{
border-color: #16456D;
}
</style>