Shades of Dark Cerulean #163C79
Tints of Dark Cerulean #163C79
RGB
CMYK
RGB Variations
Color information
#163C79 (or 0x163C79) is known color: Dark Cerulean. HEX triplet: 16, 3C and 79. RGB value is (22,60,121). Sum of RGB (Red+Green+Blue) = 22+60+121=203 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.84% from 203); Green value is 60 (23.83% from 255 or 29.56% from 203); Blue value is 121 (47.66% from 255 or 59.61% from 203); Max value from RGB is 121 - color contains mainly: blue. Hex color #163C79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163C79 is #E9C386. Grayscale: #373737. Windows color (decimal): -15319943 or 7945238. OLE color: 7945238.
HSL color Cylindrical-coordinate representation of color #163C79: hue angle of 216.97º 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 #163C79 is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 22 | 60 | 121 | - |
| CMYK | 0.82 | 0.50 | 0 | 0.53 |
| HSL | 216.97º | 0.69% | 0.28% | - |
| HSV(B) | 216.97º | 0.82% | 0.47% | - |
| XYZ | 5.4 | 4.78 | 18.73 | - |
| YUV | 55.59 | 164.91 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 60 | 121 | 0.82 | 0.50 | 0 | 0.53 | 216.97 | 0.69 | 0.28 |
| Hex | 16 | 3C | 79 | 52 | 32 | 0 | 35 | D9 | 45 | 1C |
| Octal | 26 | 74 | 171 | 122 | 62 | 0 | 65 | 331 | 105 | 34 |
| Binary | 10110 | 111100 | 1111001 | 1010010 | 110010 | 0 | 110101 | 11011001 | 1000101 | 11100 |
Color Harmonies of #163C79
Complementary color
Monochromatic Colors of #163C79
Black with #163C79
Text Example
Text Example
White with #163C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163C79; }
p { color: rgb(22,60,121); }
H1.HeaderClassName
{
color: #163C79;
}
.AnyTagClassName
{
color: #163C79;
}
</style>
background-color css
<style>
a { background-color: #163C79; }
a { background-color: rgb(22,60,121); }
div.DivClassName
{
background-color: #163C79;
}
.BgClassName
{
background-color: #163C79;
}
</style>
border-color css
<style>
span { border-color: #163C79; }
span { border-color: rgb(22,60,121); }
td.TdClassName
{
border-color: #163C79;
}
.TagClassName
{
border-color: #163C79;
}
</style>