Shades of Dark Cerulean #163886
Tints of Dark Cerulean #163886
RGB
CMYK
RGB Variations
Color information
#163886 (or 0x163886) is known color: Dark Cerulean. HEX triplet: 16, 38 and 86. RGB value is (22,56,134). Sum of RGB (Red+Green+Blue) = 22+56+134=212 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.38% from 212); Green value is 56 (22.27% from 255 or 26.42% from 212); Blue value is 134 (52.73% from 255 or 63.21% from 212); Max value from RGB is 134 - color contains mainly: blue. Hex color #163886 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163886 is #E9C779. Grayscale: #363636. Windows color (decimal): -15320954 or 8796182. OLE color: 8796182.
HSL color Cylindrical-coordinate representation of color #163886: hue angle of 221.79º 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 #163886 is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 56 | 134 | - |
| CMYK | 0.84 | 0.58 | 0 | 0.47 |
| HSL | 221.79º | 0.72% | 0.31% | - |
| HSV(B) | 221.79º | 0.84% | 0.53% | - |
| XYZ | 6.05 | 4.72 | 23.15 | - |
| YUV | 54.73 | 172.74 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 56 | 134 | 0.84 | 0.58 | 0 | 0.47 | 221.79 | 0.72 | 0.31 |
| Hex | 16 | 38 | 86 | 54 | 3A | 0 | 2F | DE | 48 | 1F |
| Octal | 26 | 70 | 206 | 124 | 72 | 0 | 57 | 336 | 110 | 37 |
| Binary | 10110 | 111000 | 10000110 | 1010100 | 111010 | 0 | 101111 | 11011110 | 1001000 | 11111 |
Color Harmonies of #163886
Complementary color
Monochromatic Colors of #163886
Black with #163886
Text Example
Text Example
White with #163886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163886; }
p { color: rgb(22,56,134); }
H1.HeaderClassName
{
color: #163886;
}
.AnyTagClassName
{
color: #163886;
}
</style>
background-color css
<style>
a { background-color: #163886; }
a { background-color: rgb(22,56,134); }
div.DivClassName
{
background-color: #163886;
}
.BgClassName
{
background-color: #163886;
}
</style>
border-color css
<style>
span { border-color: #163886; }
span { border-color: rgb(22,56,134); }
td.TdClassName
{
border-color: #163886;
}
.TagClassName
{
border-color: #163886;
}
</style>