Shades of Dark Cerulean #163F89
Tints of Dark Cerulean #163F89
RGB
CMYK
RGB Variations
Color information
#163F89 (or 0x163F89) is known color: Dark Cerulean. HEX triplet: 16, 3F and 89. RGB value is (22,63,137). Sum of RGB (Red+Green+Blue) = 22+63+137=222 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.91% from 222); Green value is 63 (25% from 255 or 28.38% from 222); Blue value is 137 (53.91% from 255 or 61.71% from 222); Max value from RGB is 137 - color contains mainly: blue. Hex color #163F89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163F89 is #E9C076. Grayscale: #3A3A3A. Windows color (decimal): -15319159 or 8994582. OLE color: 8994582.
HSL color Cylindrical-coordinate representation of color #163F89: hue angle of 218.61º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #163F89 is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 63 | 137 | - |
| CMYK | 0.84 | 0.54 | 0 | 0.46 |
| HSL | 218.61º | 0.72% | 0.31% | - |
| HSV(B) | 218.61º | 0.84% | 0.54% | - |
| XYZ | 6.62 | 5.53 | 24.39 | - |
| YUV | 59.18 | 171.92 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 63 | 137 | 0.84 | 0.54 | 0 | 0.46 | 218.61 | 0.72 | 0.31 |
| Hex | 16 | 3F | 89 | 54 | 36 | 0 | 2E | DB | 48 | 1F |
| Octal | 26 | 77 | 211 | 124 | 66 | 0 | 56 | 333 | 110 | 37 |
| Binary | 10110 | 111111 | 10001001 | 1010100 | 110110 | 0 | 101110 | 11011011 | 1001000 | 11111 |
Color Harmonies of #163F89
Complementary color
Monochromatic Colors of #163F89
Black with #163F89
Text Example
Text Example
White with #163F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163F89; }
p { color: rgb(22,63,137); }
H1.HeaderClassName
{
color: #163F89;
}
.AnyTagClassName
{
color: #163F89;
}
</style>
background-color css
<style>
a { background-color: #163F89; }
a { background-color: rgb(22,63,137); }
div.DivClassName
{
background-color: #163F89;
}
.BgClassName
{
background-color: #163F89;
}
</style>
border-color css
<style>
span { border-color: #163F89; }
span { border-color: rgb(22,63,137); }
td.TdClassName
{
border-color: #163F89;
}
.TagClassName
{
border-color: #163F89;
}
</style>