Shades of Dark Cerulean #163B89
Tints of Dark Cerulean #163B89
RGB
CMYK
RGB Variations
Color information
#163B89 (or 0x163B89) is known color: Dark Cerulean. HEX triplet: 16, 3B and 89. RGB value is (22,59,137). Sum of RGB (Red+Green+Blue) = 22+59+137=218 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.09% from 218); Green value is 59 (23.44% from 255 or 27.06% from 218); Blue value is 137 (53.91% from 255 or 62.84% from 218); Max value from RGB is 137 - color contains mainly: blue. Hex color #163B89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163B89 is #E9C476. Grayscale: #383838. Windows color (decimal): -15320183 or 8993558. OLE color: 8993558.
HSL color Cylindrical-coordinate representation of color #163B89: hue angle of 220.7º 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 #163B89 is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 59 | 137 | - |
| CMYK | 0.84 | 0.57 | 0 | 0.46 |
| HSL | 220.7º | 0.72% | 0.31% | - |
| HSV(B) | 220.7º | 0.84% | 0.54% | - |
| XYZ | 6.41 | 5.1 | 24.31 | - |
| YUV | 56.83 | 173.24 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 59 | 137 | 0.84 | 0.57 | 0 | 0.46 | 220.7 | 0.72 | 0.31 |
| Hex | 16 | 3B | 89 | 54 | 39 | 0 | 2E | DD | 48 | 1F |
| Octal | 26 | 73 | 211 | 124 | 71 | 0 | 56 | 335 | 110 | 37 |
| Binary | 10110 | 111011 | 10001001 | 1010100 | 111001 | 0 | 101110 | 11011101 | 1001000 | 11111 |
Color Harmonies of #163B89
Complementary color
Monochromatic Colors of #163B89
Black with #163B89
Text Example
Text Example
White with #163B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163B89; }
p { color: rgb(22,59,137); }
H1.HeaderClassName
{
color: #163B89;
}
.AnyTagClassName
{
color: #163B89;
}
</style>
background-color css
<style>
a { background-color: #163B89; }
a { background-color: rgb(22,59,137); }
div.DivClassName
{
background-color: #163B89;
}
.BgClassName
{
background-color: #163B89;
}
</style>
border-color css
<style>
span { border-color: #163B89; }
span { border-color: rgb(22,59,137); }
td.TdClassName
{
border-color: #163B89;
}
.TagClassName
{
border-color: #163B89;
}
</style>