Shades of Dark Cerulean #163F86
Tints of Dark Cerulean #163F86
RGB
CMYK
RGB Variations
Color information
#163F86 (or 0x163F86) is known color: Dark Cerulean. HEX triplet: 16, 3F and 86. RGB value is (22,63,134). Sum of RGB (Red+Green+Blue) = 22+63+134=219 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10.05% from 219); Green value is 63 (25% from 255 or 28.77% from 219); Blue value is 134 (52.73% from 255 or 61.19% from 219); Max value from RGB is 134 - color contains mainly: blue. Hex color #163F86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163F86 is #E9C079. Grayscale: #3A3A3A. Windows color (decimal): -15319162 or 8797974. OLE color: 8797974.
HSL color Cylindrical-coordinate representation of color #163F86: hue angle of 218.04º 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 #163F86 is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 63 | 134 | - |
| CMYK | 0.84 | 0.53 | 0 | 0.47 |
| HSL | 218.04º | 0.72% | 0.31% | - |
| HSV(B) | 218.04º | 0.84% | 0.53% | - |
| XYZ | 6.41 | 5.45 | 23.27 | - |
| YUV | 58.84 | 170.42 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 63 | 134 | 0.84 | 0.53 | 0 | 0.47 | 218.04 | 0.72 | 0.31 |
| Hex | 16 | 3F | 86 | 54 | 35 | 0 | 2F | DA | 48 | 1F |
| Octal | 26 | 77 | 206 | 124 | 65 | 0 | 57 | 332 | 110 | 37 |
| Binary | 10110 | 111111 | 10000110 | 1010100 | 110101 | 0 | 101111 | 11011010 | 1001000 | 11111 |
Color Harmonies of #163F86
Complementary color
Monochromatic Colors of #163F86
Black with #163F86
Text Example
Text Example
White with #163F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163F86; }
p { color: rgb(22,63,134); }
H1.HeaderClassName
{
color: #163F86;
}
.AnyTagClassName
{
color: #163F86;
}
</style>
background-color css
<style>
a { background-color: #163F86; }
a { background-color: rgb(22,63,134); }
div.DivClassName
{
background-color: #163F86;
}
.BgClassName
{
background-color: #163F86;
}
</style>
border-color css
<style>
span { border-color: #163F86; }
span { border-color: rgb(22,63,134); }
td.TdClassName
{
border-color: #163F86;
}
.TagClassName
{
border-color: #163F86;
}
</style>