Shades of Regal Blue #163156
Tints of Regal Blue #163156
RGB
CMYK
RGB Variations
Color information
#163156 (or 0x163156) is known color: Regal Blue. HEX triplet: 16, 31 and 56. RGB value is (22,49,86). Sum of RGB (Red+Green+Blue) = 22+49+86=157 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.01% from 157); Green value is 49 (19.53% from 255 or 31.21% from 157); Blue value is 86 (33.98% from 255 or 54.78% from 157); Max value from RGB is 86 - color contains mainly: blue. Hex color #163156 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163156 is #E9CEA9. Grayscale: #2C2C2C. Windows color (decimal): -15322794 or 5648662. OLE color: 5648662.
HSL color Cylindrical-coordinate representation of color #163156: hue angle of 214.69º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #163156 is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 22 | 49 | 86 | - |
| CMYK | 0.74 | 0.43 | 0 | 0.66 |
| HSL | 214.69º | 0.59% | 0.21% | - |
| HSV(B) | 214.69º | 0.74% | 0.34% | - |
| XYZ | 3.11 | 3.04 | 9.23 | - |
| YUV | 45.15 | 151.05 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 49 | 86 | 0.74 | 0.43 | 0 | 0.66 | 214.69 | 0.59 | 0.21 |
| Hex | 16 | 31 | 56 | 4A | 2B | 0 | 42 | D7 | 3B | 15 |
| Octal | 26 | 61 | 126 | 112 | 53 | 0 | 102 | 327 | 73 | 25 |
| Binary | 10110 | 110001 | 1010110 | 1001010 | 101011 | 0 | 1000010 | 11010111 | 111011 | 10101 |
Color Harmonies of #163156
Complementary color
Monochromatic Colors of #163156
Black with #163156
Text Example
Text Example
White with #163156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163156; }
p { color: rgb(22,49,86); }
H1.HeaderClassName
{
color: #163156;
}
.AnyTagClassName
{
color: #163156;
}
</style>
background-color css
<style>
a { background-color: #163156; }
a { background-color: rgb(22,49,86); }
div.DivClassName
{
background-color: #163156;
}
.BgClassName
{
background-color: #163156;
}
</style>
border-color css
<style>
span { border-color: #163156; }
span { border-color: rgb(22,49,86); }
td.TdClassName
{
border-color: #163156;
}
.TagClassName
{
border-color: #163156;
}
</style>