Shades of Dark Cerulean #163786
Tints of Dark Cerulean #163786
RGB
CMYK
RGB Variations
Color information
#163786 (or 0x163786) is known color: Dark Cerulean. HEX triplet: 16, 37 and 86. RGB value is (22,55,134). Sum of RGB (Red+Green+Blue) = 22+55+134=211 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.43% from 211); Green value is 55 (21.88% from 255 or 26.07% from 211); Blue value is 134 (52.73% from 255 or 63.51% from 211); Max value from RGB is 134 - color contains mainly: blue. Hex color #163786 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163786 is #E9C879. Grayscale: #353535. Windows color (decimal): -15321210 or 8795926. OLE color: 8795926.
HSL color Cylindrical-coordinate representation of color #163786: hue angle of 222.32º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #163786 is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 55 | 134 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.47 |
| HSL | 222.32º | 0.72% | 0.31% | - |
| HSV(B) | 222.32º | 0.84% | 0.53% | - |
| XYZ | 6 | 4.62 | 23.13 | - |
| YUV | 54.14 | 173.07 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 55 | 134 | 0.84 | 0.59 | 0 | 0.47 | 222.32 | 0.72 | 0.31 |
| Hex | 16 | 37 | 86 | 54 | 3B | 0 | 2F | DE | 48 | 1F |
| Octal | 26 | 67 | 206 | 124 | 73 | 0 | 57 | 336 | 110 | 37 |
| Binary | 10110 | 110111 | 10000110 | 1010100 | 111011 | 0 | 101111 | 11011110 | 1001000 | 11111 |
Color Harmonies of #163786
Complementary color
Monochromatic Colors of #163786
Black with #163786
Text Example
Text Example
White with #163786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163786; }
p { color: rgb(22,55,134); }
H1.HeaderClassName
{
color: #163786;
}
.AnyTagClassName
{
color: #163786;
}
</style>
background-color css
<style>
a { background-color: #163786; }
a { background-color: rgb(22,55,134); }
div.DivClassName
{
background-color: #163786;
}
.BgClassName
{
background-color: #163786;
}
</style>
border-color css
<style>
span { border-color: #163786; }
span { border-color: rgb(22,55,134); }
td.TdClassName
{
border-color: #163786;
}
.TagClassName
{
border-color: #163786;
}
</style>