Shades of Dark Cerulean #16458B
Tints of Dark Cerulean #16458B
RGB
CMYK
RGB Variations
Color information
#16458B (or 0x16458B) is known color: Dark Cerulean. HEX triplet: 16, 45 and 8B. RGB value is (22,69,139). Sum of RGB (Red+Green+Blue) = 22+69+139=230 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.57% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 139 (54.69% from 255 or 60.43% from 230); Max value from RGB is 139 - color contains mainly: blue. Hex color #16458B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16458B is #E9BA74. Grayscale: #3E3E3E. Windows color (decimal): -15317621 or 9127190. OLE color: 9127190.
HSL color Cylindrical-coordinate representation of color #16458B: hue angle of 215.9º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16458B is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 69 | 139 | - |
| CMYK | 0.84 | 0.50 | 0 | 0.45 |
| HSL | 215.9º | 0.73% | 0.32% | - |
| HSV(B) | 215.9º | 0.84% | 0.55% | - |
| XYZ | 7.12 | 6.29 | 25.27 | - |
| YUV | 62.93 | 170.93 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 69 | 139 | 0.84 | 0.50 | 0 | 0.45 | 215.9 | 0.73 | 0.32 |
| Hex | 16 | 45 | 8B | 54 | 32 | 0 | 2D | D8 | 49 | 20 |
| Octal | 26 | 105 | 213 | 124 | 62 | 0 | 55 | 330 | 111 | 40 |
| Binary | 10110 | 1000101 | 10001011 | 1010100 | 110010 | 0 | 101101 | 11011000 | 1001001 | 100000 |
Color Harmonies of #16458B
Complementary color
Monochromatic Colors of #16458B
Black with #16458B
Text Example
Text Example
White with #16458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16458B; }
p { color: rgb(22,69,139); }
H1.HeaderClassName
{
color: #16458B;
}
.AnyTagClassName
{
color: #16458B;
}
</style>
background-color css
<style>
a { background-color: #16458B; }
a { background-color: rgb(22,69,139); }
div.DivClassName
{
background-color: #16458B;
}
.BgClassName
{
background-color: #16458B;
}
</style>
border-color css
<style>
span { border-color: #16458B; }
span { border-color: rgb(22,69,139); }
td.TdClassName
{
border-color: #16458B;
}
.TagClassName
{
border-color: #16458B;
}
</style>