Shades of Dark Cerulean #163E86
Tints of Dark Cerulean #163E86
RGB
CMYK
RGB Variations
Color information
#163E86 (or 0x163E86) is known color: Dark Cerulean. HEX triplet: 16, 3E and 86. RGB value is (22,62,134). Sum of RGB (Red+Green+Blue) = 22+62+134=218 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.09% from 218); Green value is 62 (24.61% from 255 or 28.44% from 218); Blue value is 134 (52.73% from 255 or 61.47% from 218); Max value from RGB is 134 - color contains mainly: blue. Hex color #163E86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163E86 is #E9C179. Grayscale: #393939. Windows color (decimal): -15319418 or 8797718. OLE color: 8797718.
HSL color Cylindrical-coordinate representation of color #163E86: hue angle of 218.57º 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 #163E86 is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 62 | 134 | - |
| CMYK | 0.84 | 0.54 | 0 | 0.47 |
| HSL | 218.57º | 0.72% | 0.31% | - |
| HSV(B) | 218.57º | 0.84% | 0.53% | - |
| XYZ | 6.36 | 5.34 | 23.25 | - |
| YUV | 58.25 | 170.75 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 62 | 134 | 0.84 | 0.54 | 0 | 0.47 | 218.57 | 0.72 | 0.31 |
| Hex | 16 | 3E | 86 | 54 | 36 | 0 | 2F | DB | 48 | 1F |
| Octal | 26 | 76 | 206 | 124 | 66 | 0 | 57 | 333 | 110 | 37 |
| Binary | 10110 | 111110 | 10000110 | 1010100 | 110110 | 0 | 101111 | 11011011 | 1001000 | 11111 |
Color Harmonies of #163E86
Complementary color
Monochromatic Colors of #163E86
Black with #163E86
Text Example
Text Example
White with #163E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163E86; }
p { color: rgb(22,62,134); }
H1.HeaderClassName
{
color: #163E86;
}
.AnyTagClassName
{
color: #163E86;
}
</style>
background-color css
<style>
a { background-color: #163E86; }
a { background-color: rgb(22,62,134); }
div.DivClassName
{
background-color: #163E86;
}
.BgClassName
{
background-color: #163E86;
}
</style>
border-color css
<style>
span { border-color: #163E86; }
span { border-color: rgb(22,62,134); }
td.TdClassName
{
border-color: #163E86;
}
.TagClassName
{
border-color: #163E86;
}
</style>