Shades of Dark Cerulean #163779
Tints of Dark Cerulean #163779
RGB
CMYK
RGB Variations
Color information
#163779 (or 0x163779) is known color: Dark Cerulean. HEX triplet: 16, 37 and 79. RGB value is (22,55,121). Sum of RGB (Red+Green+Blue) = 22+55+121=198 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.11% from 198); Green value is 55 (21.88% from 255 or 27.78% from 198); Blue value is 121 (47.66% from 255 or 61.11% from 198); Max value from RGB is 121 - color contains mainly: blue. Hex color #163779 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163779 is #E9C886. Grayscale: #343434. Windows color (decimal): -15321223 or 7943958. OLE color: 7943958.
HSL color Cylindrical-coordinate representation of color #163779: hue angle of 220º 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 #163779 is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 22 | 55 | 121 | - |
| CMYK | 0.82 | 0.55 | 0 | 0.53 |
| HSL | 220º | 0.69% | 0.28% | - |
| HSV(B) | 220º | 0.82% | 0.47% | - |
| XYZ | 5.15 | 4.28 | 18.64 | - |
| YUV | 52.66 | 166.57 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 55 | 121 | 0.82 | 0.55 | 0 | 0.53 | 220 | 0.69 | 0.28 |
| Hex | 16 | 37 | 79 | 52 | 37 | 0 | 35 | DC | 45 | 1C |
| Octal | 26 | 67 | 171 | 122 | 67 | 0 | 65 | 334 | 105 | 34 |
| Binary | 10110 | 110111 | 1111001 | 1010010 | 110111 | 0 | 110101 | 11011100 | 1000101 | 11100 |
Color Harmonies of #163779
Complementary color
Monochromatic Colors of #163779
Black with #163779
Text Example
Text Example
White with #163779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163779; }
p { color: rgb(22,55,121); }
H1.HeaderClassName
{
color: #163779;
}
.AnyTagClassName
{
color: #163779;
}
</style>
background-color css
<style>
a { background-color: #163779; }
a { background-color: rgb(22,55,121); }
div.DivClassName
{
background-color: #163779;
}
.BgClassName
{
background-color: #163779;
}
</style>
border-color css
<style>
span { border-color: #163779; }
span { border-color: rgb(22,55,121); }
td.TdClassName
{
border-color: #163779;
}
.TagClassName
{
border-color: #163779;
}
</style>