Shades of Dark Cerulean #16457A
Tints of Dark Cerulean #16457A
RGB
CMYK
RGB Variations
Color information
#16457A (or 0x16457A) is known color: Dark Cerulean. HEX triplet: 16, 45 and 7A. RGB value is (22,69,122). Sum of RGB (Red+Green+Blue) = 22+69+122=213 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.33% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 122 (48.05% from 255 or 57.28% from 213); Max value from RGB is 122 - color contains mainly: blue. Hex color #16457A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16457A is #E9BA85. Grayscale: #3C3C3C. Windows color (decimal): -15317638 or 8013078. OLE color: 8013078.
HSL color Cylindrical-coordinate representation of color #16457A: hue angle of 211.8º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16457A is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 22 | 69 | 122 | - |
| CMYK | 0.82 | 0.43 | 0 | 0.52 |
| HSL | 211.8º | 0.69% | 0.28% | - |
| HSV(B) | 211.8º | 0.82% | 0.48% | - |
| XYZ | 5.97 | 5.83 | 19.22 | - |
| YUV | 60.99 | 162.43 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 69 | 122 | 0.82 | 0.43 | 0 | 0.52 | 211.8 | 0.69 | 0.28 |
| Hex | 16 | 45 | 7A | 52 | 2B | 0 | 34 | D4 | 45 | 1C |
| Octal | 26 | 105 | 172 | 122 | 53 | 0 | 64 | 324 | 105 | 34 |
| Binary | 10110 | 1000101 | 1111010 | 1010010 | 101011 | 0 | 110100 | 11010100 | 1000101 | 11100 |
Color Harmonies of #16457A
Complementary color
Monochromatic Colors of #16457A
Black with #16457A
Text Example
Text Example
White with #16457A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16457A; }
p { color: rgb(22,69,122); }
H1.HeaderClassName
{
color: #16457A;
}
.AnyTagClassName
{
color: #16457A;
}
</style>
background-color css
<style>
a { background-color: #16457A; }
a { background-color: rgb(22,69,122); }
div.DivClassName
{
background-color: #16457A;
}
.BgClassName
{
background-color: #16457A;
}
</style>
border-color css
<style>
span { border-color: #16457A; }
span { border-color: rgb(22,69,122); }
td.TdClassName
{
border-color: #16457A;
}
.TagClassName
{
border-color: #16457A;
}
</style>