Shades of Dark Cerulean #16457B
Tints of Dark Cerulean #16457B
RGB
CMYK
RGB Variations
Color information
#16457B (or 0x16457B) is known color: Dark Cerulean. HEX triplet: 16, 45 and 7B. RGB value is (22,69,123). Sum of RGB (Red+Green+Blue) = 22+69+123=214 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.28% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 123 (48.44% from 255 or 57.48% from 214); Max value from RGB is 123 - color contains mainly: blue. Hex color #16457B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16457B is #E9BA84. Grayscale: #3C3C3C. Windows color (decimal): -15317637 or 8078614. OLE color: 8078614.
HSL color Cylindrical-coordinate representation of color #16457B: hue angle of 212.08º degrees, saturation: 0.7, 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 #16457B is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 22 | 69 | 123 | - |
| CMYK | 0.82 | 0.44 | 0 | 0.52 |
| HSL | 212.08º | 0.7% | 0.28% | - |
| HSV(B) | 212.08º | 0.82% | 0.48% | - |
| XYZ | 6.03 | 5.86 | 19.55 | - |
| YUV | 61.1 | 162.93 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 69 | 123 | 0.82 | 0.44 | 0 | 0.52 | 212.08 | 0.7 | 0.28 |
| Hex | 16 | 45 | 7B | 52 | 2C | 0 | 34 | D4 | 46 | 1C |
| Octal | 26 | 105 | 173 | 122 | 54 | 0 | 64 | 324 | 106 | 34 |
| Binary | 10110 | 1000101 | 1111011 | 1010010 | 101100 | 0 | 110100 | 11010100 | 1000110 | 11100 |
Color Harmonies of #16457B
Complementary color
Monochromatic Colors of #16457B
Black with #16457B
Text Example
Text Example
White with #16457B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16457B; }
p { color: rgb(22,69,123); }
H1.HeaderClassName
{
color: #16457B;
}
.AnyTagClassName
{
color: #16457B;
}
</style>
background-color css
<style>
a { background-color: #16457B; }
a { background-color: rgb(22,69,123); }
div.DivClassName
{
background-color: #16457B;
}
.BgClassName
{
background-color: #16457B;
}
</style>
border-color css
<style>
span { border-color: #16457B; }
span { border-color: rgb(22,69,123); }
td.TdClassName
{
border-color: #16457B;
}
.TagClassName
{
border-color: #16457B;
}
</style>