Shades of Regal Blue #163558
Tints of Regal Blue #163558
RGB
CMYK
RGB Variations
Color information
#163558 (or 0x163558) is known color: Regal Blue. HEX triplet: 16, 35 and 58. RGB value is (22,53,88). Sum of RGB (Red+Green+Blue) = 22+53+88=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 88 (34.77% from 255 or 53.99% from 163); Max value from RGB is 88 - color contains mainly: blue. Hex color #163558 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163558 is #E9CAA7. Grayscale: #2F2F2F. Windows color (decimal): -15321768 or 5780758. OLE color: 5780758.
HSL color Cylindrical-coordinate representation of color #163558: hue angle of 211.82º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #163558 is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 53 | 88 | - |
| CMYK | 0.75 | 0.40 | 0 | 0.65 |
| HSL | 211.82º | 0.6% | 0.22% | - |
| HSV(B) | 211.82º | 0.75% | 0.35% | - |
| XYZ | 3.37 | 3.42 | 9.72 | - |
| YUV | 47.72 | 150.73 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 53 | 88 | 0.75 | 0.40 | 0 | 0.65 | 211.82 | 0.6 | 0.22 |
| Hex | 16 | 35 | 58 | 4B | 28 | 0 | 41 | D4 | 3C | 16 |
| Octal | 26 | 65 | 130 | 113 | 50 | 0 | 101 | 324 | 74 | 26 |
| Binary | 10110 | 110101 | 1011000 | 1001011 | 101000 | 0 | 1000001 | 11010100 | 111100 | 10110 |
Color Harmonies of #163558
Complementary color
Monochromatic Colors of #163558
Black with #163558
Text Example
Text Example
White with #163558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163558; }
p { color: rgb(22,53,88); }
H1.HeaderClassName
{
color: #163558;
}
.AnyTagClassName
{
color: #163558;
}
</style>
background-color css
<style>
a { background-color: #163558; }
a { background-color: rgb(22,53,88); }
div.DivClassName
{
background-color: #163558;
}
.BgClassName
{
background-color: #163558;
}
</style>
border-color css
<style>
span { border-color: #163558; }
span { border-color: rgb(22,53,88); }
td.TdClassName
{
border-color: #163558;
}
.TagClassName
{
border-color: #163558;
}
</style>