Shades of Dark Cerulean #16418D
Tints of Dark Cerulean #16418D
RGB
CMYK
RGB Variations
Color information
#16418D (or 0x16418D) is known color: Dark Cerulean. HEX triplet: 16, 41 and 8D. RGB value is (22,65,141). Sum of RGB (Red+Green+Blue) = 22+65+141=228 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.65% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 141 (55.47% from 255 or 61.84% from 228); Max value from RGB is 141 - color contains mainly: blue. Hex color #16418D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16418D is #E9BE72. Grayscale: #3C3C3C. Windows color (decimal): -15318643 or 9257238. OLE color: 9257238.
HSL color Cylindrical-coordinate representation of color #16418D: hue angle of 218.32º 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 #16418D is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 65 | 141 | - |
| CMYK | 0.84 | 0.54 | 0 | 0.45 |
| HSL | 218.32º | 0.73% | 0.32% | - |
| HSV(B) | 218.32º | 0.84% | 0.55% | - |
| XYZ | 7.03 | 5.87 | 25.96 | - |
| YUV | 60.81 | 173.25 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 65 | 141 | 0.84 | 0.54 | 0 | 0.45 | 218.32 | 0.73 | 0.32 |
| Hex | 16 | 41 | 8D | 54 | 36 | 0 | 2D | DA | 49 | 20 |
| Octal | 26 | 101 | 215 | 124 | 66 | 0 | 55 | 332 | 111 | 40 |
| Binary | 10110 | 1000001 | 10001101 | 1010100 | 110110 | 0 | 101101 | 11011010 | 1001001 | 100000 |
Color Harmonies of #16418D
Complementary color
Monochromatic Colors of #16418D
Black with #16418D
Text Example
Text Example
White with #16418D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16418D; }
p { color: rgb(22,65,141); }
H1.HeaderClassName
{
color: #16418D;
}
.AnyTagClassName
{
color: #16418D;
}
</style>
background-color css
<style>
a { background-color: #16418D; }
a { background-color: rgb(22,65,141); }
div.DivClassName
{
background-color: #16418D;
}
.BgClassName
{
background-color: #16418D;
}
</style>
border-color css
<style>
span { border-color: #16418D; }
span { border-color: rgb(22,65,141); }
td.TdClassName
{
border-color: #16418D;
}
.TagClassName
{
border-color: #16418D;
}
</style>