Shades of Dark Cerulean #163977
Tints of Dark Cerulean #163977
RGB
CMYK
RGB Variations
Color information
#163977 (or 0x163977) is known color: Dark Cerulean. HEX triplet: 16, 39 and 77. RGB value is (22,57,119). Sum of RGB (Red+Green+Blue) = 22+57+119=198 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.11% from 198); Green value is 57 (22.66% from 255 or 28.79% from 198); Blue value is 119 (46.88% from 255 or 60.10% from 198); Max value from RGB is 119 - color contains mainly: blue. Hex color #163977 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163977 is #E9C688. Grayscale: #353535. Windows color (decimal): -15320713 or 7813398. OLE color: 7813398.
HSL color Cylindrical-coordinate representation of color #163977: hue angle of 218.35º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #163977 is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 22 | 57 | 119 | - |
| CMYK | 0.82 | 0.52 | 0 | 0.53 |
| HSL | 218.35º | 0.69% | 0.28% | - |
| HSV(B) | 218.35º | 0.82% | 0.47% | - |
| XYZ | 5.12 | 4.43 | 18.04 | - |
| YUV | 53.6 | 164.9 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 57 | 119 | 0.82 | 0.52 | 0 | 0.53 | 218.35 | 0.69 | 0.28 |
| Hex | 16 | 39 | 77 | 52 | 34 | 0 | 35 | DA | 45 | 1C |
| Octal | 26 | 71 | 167 | 122 | 64 | 0 | 65 | 332 | 105 | 34 |
| Binary | 10110 | 111001 | 1110111 | 1010010 | 110100 | 0 | 110101 | 11011010 | 1000101 | 11100 |
Color Harmonies of #163977
Complementary color
Monochromatic Colors of #163977
Black with #163977
Text Example
Text Example
White with #163977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163977; }
p { color: rgb(22,57,119); }
H1.HeaderClassName
{
color: #163977;
}
.AnyTagClassName
{
color: #163977;
}
</style>
background-color css
<style>
a { background-color: #163977; }
a { background-color: rgb(22,57,119); }
div.DivClassName
{
background-color: #163977;
}
.BgClassName
{
background-color: #163977;
}
</style>
border-color css
<style>
span { border-color: #163977; }
span { border-color: rgb(22,57,119); }
td.TdClassName
{
border-color: #163977;
}
.TagClassName
{
border-color: #163977;
}
</style>