Shades of Regal Blue #163B56
Tints of Regal Blue #163B56
RGB
CMYK
RGB Variations
Color information
#163B56 (or 0x163B56) is known color: Regal Blue. HEX triplet: 16, 3B and 56. RGB value is (22,59,86). Sum of RGB (Red+Green+Blue) = 22+59+86=167 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.17% from 167); Green value is 59 (23.44% from 255 or 35.33% from 167); Blue value is 86 (33.98% from 255 or 51.50% from 167); Max value from RGB is 86 - color contains mainly: blue. Hex color #163B56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163B56 is #E9C4A9. Grayscale: #323232. Windows color (decimal): -15320234 or 5651222. OLE color: 5651222.
HSL color Cylindrical-coordinate representation of color #163B56: hue angle of 205.31º 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 #163B56 is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 22 | 59 | 86 | - |
| CMYK | 0.74 | 0.31 | 0 | 0.66 |
| HSL | 205.31º | 0.59% | 0.21% | - |
| HSV(B) | 205.31º | 0.74% | 0.34% | - |
| XYZ | 3.57 | 3.97 | 9.38 | - |
| YUV | 51.02 | 147.74 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 59 | 86 | 0.74 | 0.31 | 0 | 0.66 | 205.31 | 0.59 | 0.21 |
| Hex | 16 | 3B | 56 | 4A | 1F | 0 | 42 | CD | 3B | 15 |
| Octal | 26 | 73 | 126 | 112 | 37 | 0 | 102 | 315 | 73 | 25 |
| Binary | 10110 | 111011 | 1010110 | 1001010 | 11111 | 0 | 1000010 | 11001101 | 111011 | 10101 |
Color Harmonies of #163B56
Complementary color
Monochromatic Colors of #163B56
Black with #163B56
Text Example
Text Example
White with #163B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163B56; }
p { color: rgb(22,59,86); }
H1.HeaderClassName
{
color: #163B56;
}
.AnyTagClassName
{
color: #163B56;
}
</style>
background-color css
<style>
a { background-color: #163B56; }
a { background-color: rgb(22,59,86); }
div.DivClassName
{
background-color: #163B56;
}
.BgClassName
{
background-color: #163B56;
}
</style>
border-color css
<style>
span { border-color: #163B56; }
span { border-color: rgb(22,59,86); }
td.TdClassName
{
border-color: #163B56;
}
.TagClassName
{
border-color: #163B56;
}
</style>