Shades of Dark Cerulean #163882
Tints of Dark Cerulean #163882
RGB
CMYK
RGB Variations
Color information
#163882 (or 0x163882) is known color: Dark Cerulean. HEX triplet: 16, 38 and 82. RGB value is (22,56,130). Sum of RGB (Red+Green+Blue) = 22+56+130=208 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.58% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 130 (51.17% from 255 or 62.5% from 208); Max value from RGB is 130 - color contains mainly: blue. Hex color #163882 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163882 is #E9C77D. Grayscale: #353535. Windows color (decimal): -15320958 or 8534038. OLE color: 8534038.
HSL color Cylindrical-coordinate representation of color #163882: hue angle of 221.11º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #163882 is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 22 | 56 | 130 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.49 |
| HSL | 221.11º | 0.71% | 0.3% | - |
| HSV(B) | 221.11º | 0.83% | 0.51% | - |
| XYZ | 5.77 | 4.61 | 21.7 | - |
| YUV | 54.27 | 170.74 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 56 | 130 | 0.83 | 0.57 | 0 | 0.49 | 221.11 | 0.71 | 0.3 |
| Hex | 16 | 38 | 82 | 53 | 39 | 0 | 31 | DD | 47 | 1E |
| Octal | 26 | 70 | 202 | 123 | 71 | 0 | 61 | 335 | 107 | 36 |
| Binary | 10110 | 111000 | 10000010 | 1010011 | 111001 | 0 | 110001 | 11011101 | 1000111 | 11110 |
Color Harmonies of #163882
Complementary color
Monochromatic Colors of #163882
Black with #163882
Text Example
Text Example
White with #163882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163882; }
p { color: rgb(22,56,130); }
H1.HeaderClassName
{
color: #163882;
}
.AnyTagClassName
{
color: #163882;
}
</style>
background-color css
<style>
a { background-color: #163882; }
a { background-color: rgb(22,56,130); }
div.DivClassName
{
background-color: #163882;
}
.BgClassName
{
background-color: #163882;
}
</style>
border-color css
<style>
span { border-color: #163882; }
span { border-color: rgb(22,56,130); }
td.TdClassName
{
border-color: #163882;
}
.TagClassName
{
border-color: #163882;
}
</style>