Shades of Dark Cerulean #16408C
Tints of Dark Cerulean #16408C
RGB
CMYK
RGB Variations
Color information
#16408C (or 0x16408C) is known color: Dark Cerulean. HEX triplet: 16, 40 and 8C. RGB value is (22,64,140). Sum of RGB (Red+Green+Blue) = 22+64+140=226 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.73% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 140 (55.08% from 255 or 61.95% from 226); Max value from RGB is 140 - color contains mainly: blue. Hex color #16408C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16408C is #E9BF73. Grayscale: #3B3B3B. Windows color (decimal): -15318900 or 9191446. OLE color: 9191446.
HSL color Cylindrical-coordinate representation of color #16408C: hue angle of 218.64º 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 #16408C is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 64 | 140 | - |
| CMYK | 0.84 | 0.54 | 0 | 0.45 |
| HSL | 218.64º | 0.73% | 0.32% | - |
| HSV(B) | 218.64º | 0.84% | 0.55% | - |
| XYZ | 6.9 | 5.73 | 25.55 | - |
| YUV | 60.11 | 173.09 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 64 | 140 | 0.84 | 0.54 | 0 | 0.45 | 218.64 | 0.73 | 0.32 |
| Hex | 16 | 40 | 8C | 54 | 36 | 0 | 2D | DB | 49 | 20 |
| Octal | 26 | 100 | 214 | 124 | 66 | 0 | 55 | 333 | 111 | 40 |
| Binary | 10110 | 1000000 | 10001100 | 1010100 | 110110 | 0 | 101101 | 11011011 | 1001001 | 100000 |
Color Harmonies of #16408C
Complementary color
Monochromatic Colors of #16408C
Black with #16408C
Text Example
Text Example
White with #16408C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16408C; }
p { color: rgb(22,64,140); }
H1.HeaderClassName
{
color: #16408C;
}
.AnyTagClassName
{
color: #16408C;
}
</style>
background-color css
<style>
a { background-color: #16408C; }
a { background-color: rgb(22,64,140); }
div.DivClassName
{
background-color: #16408C;
}
.BgClassName
{
background-color: #16408C;
}
</style>
border-color css
<style>
span { border-color: #16408C; }
span { border-color: rgb(22,64,140); }
td.TdClassName
{
border-color: #16408C;
}
.TagClassName
{
border-color: #16408C;
}
</style>