Shades of Dark Cerulean #16408D
Tints of Dark Cerulean #16408D
RGB
CMYK
RGB Variations
Color information
#16408D (or 0x16408D) is known color: Dark Cerulean. HEX triplet: 16, 40 and 8D. RGB value is (22,64,141). Sum of RGB (Red+Green+Blue) = 22+64+141=227 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.69% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 141 (55.47% from 255 or 62.11% from 227); Max value from RGB is 141 - color contains mainly: blue. Hex color #16408D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16408D is #E9BF72. Grayscale: #3B3B3B. Windows color (decimal): -15318899 or 9256982. OLE color: 9256982.
HSL color Cylindrical-coordinate representation of color #16408D: hue angle of 218.82º 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 #16408D is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 64 | 141 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.45 |
| HSL | 218.82º | 0.73% | 0.32% | - |
| HSV(B) | 218.82º | 0.84% | 0.55% | - |
| XYZ | 6.97 | 5.76 | 25.94 | - |
| YUV | 60.22 | 173.59 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 64 | 141 | 0.84 | 0.55 | 0 | 0.45 | 218.82 | 0.73 | 0.32 |
| Hex | 16 | 40 | 8D | 54 | 37 | 0 | 2D | DB | 49 | 20 |
| Octal | 26 | 100 | 215 | 124 | 67 | 0 | 55 | 333 | 111 | 40 |
| Binary | 10110 | 1000000 | 10001101 | 1010100 | 110111 | 0 | 101101 | 11011011 | 1001001 | 100000 |
Color Harmonies of #16408D
Complementary color
Monochromatic Colors of #16408D
Black with #16408D
Text Example
Text Example
White with #16408D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16408D; }
p { color: rgb(22,64,141); }
H1.HeaderClassName
{
color: #16408D;
}
.AnyTagClassName
{
color: #16408D;
}
</style>
background-color css
<style>
a { background-color: #16408D; }
a { background-color: rgb(22,64,141); }
div.DivClassName
{
background-color: #16408D;
}
.BgClassName
{
background-color: #16408D;
}
</style>
border-color css
<style>
span { border-color: #16408D; }
span { border-color: rgb(22,64,141); }
td.TdClassName
{
border-color: #16408D;
}
.TagClassName
{
border-color: #16408D;
}
</style>