Shades of Dark Cerulean #163776
Tints of Dark Cerulean #163776
RGB
CMYK
RGB Variations
Color information
#163776 (or 0x163776) is known color: Dark Cerulean. HEX triplet: 16, 37 and 76. RGB value is (22,55,118). Sum of RGB (Red+Green+Blue) = 22+55+118=195 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.28% from 195); Green value is 55 (21.88% from 255 or 28.21% from 195); Blue value is 118 (46.48% from 255 or 60.51% from 195); Max value from RGB is 118 - color contains mainly: blue. Hex color #163776 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163776 is #E9C889. Grayscale: #343434. Windows color (decimal): -15321226 or 7747350. OLE color: 7747350.
HSL color Cylindrical-coordinate representation of color #163776: hue angle of 219.38º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #163776 is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 22 | 55 | 118 | - |
| CMYK | 0.81 | 0.53 | 0 | 0.54 |
| HSL | 219.38º | 0.69% | 0.27% | - |
| HSV(B) | 219.38º | 0.81% | 0.46% | - |
| XYZ | 4.97 | 4.21 | 17.69 | - |
| YUV | 52.32 | 165.07 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 55 | 118 | 0.81 | 0.53 | 0 | 0.54 | 219.38 | 0.69 | 0.27 |
| Hex | 16 | 37 | 76 | 51 | 35 | 0 | 36 | DB | 45 | 1B |
| Octal | 26 | 67 | 166 | 121 | 65 | 0 | 66 | 333 | 105 | 33 |
| Binary | 10110 | 110111 | 1110110 | 1010001 | 110101 | 0 | 110110 | 11011011 | 1000101 | 11011 |
Color Harmonies of #163776
Complementary color
Monochromatic Colors of #163776
Black with #163776
Text Example
Text Example
White with #163776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163776; }
p { color: rgb(22,55,118); }
H1.HeaderClassName
{
color: #163776;
}
.AnyTagClassName
{
color: #163776;
}
</style>
background-color css
<style>
a { background-color: #163776; }
a { background-color: rgb(22,55,118); }
div.DivClassName
{
background-color: #163776;
}
.BgClassName
{
background-color: #163776;
}
</style>
border-color css
<style>
span { border-color: #163776; }
span { border-color: rgb(22,55,118); }
td.TdClassName
{
border-color: #163776;
}
.TagClassName
{
border-color: #163776;
}
</style>