Shades of Regal Blue #163B57
Tints of Regal Blue #163B57
RGB
CMYK
RGB Variations
Color information
#163B57 (or 0x163B57) is known color: Regal Blue. HEX triplet: 16, 3B and 57. RGB value is (22,59,87). Sum of RGB (Red+Green+Blue) = 22+59+87=168 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.10% from 168); Green value is 59 (23.44% from 255 or 35.12% from 168); Blue value is 87 (34.38% from 255 or 51.79% from 168); Max value from RGB is 87 - color contains mainly: blue. Hex color #163B57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163B57 is #E9C4A8. Grayscale: #323232. Windows color (decimal): -15320233 or 5716758. OLE color: 5716758.
HSL color Cylindrical-coordinate representation of color #163B57: hue angle of 205.85º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #163B57 is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 22 | 59 | 87 | - |
| CMYK | 0.75 | 0.32 | 0 | 0.66 |
| HSL | 205.85º | 0.6% | 0.21% | - |
| HSV(B) | 205.85º | 0.75% | 0.34% | - |
| XYZ | 3.62 | 3.99 | 9.6 | - |
| YUV | 51.13 | 148.24 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 59 | 87 | 0.75 | 0.32 | 0 | 0.66 | 205.85 | 0.6 | 0.21 |
| Hex | 16 | 3B | 57 | 4B | 20 | 0 | 42 | CE | 3C | 15 |
| Octal | 26 | 73 | 127 | 113 | 40 | 0 | 102 | 316 | 74 | 25 |
| Binary | 10110 | 111011 | 1010111 | 1001011 | 100000 | 0 | 1000010 | 11001110 | 111100 | 10101 |
Color Harmonies of #163B57
Complementary color
Monochromatic Colors of #163B57
Black with #163B57
Text Example
Text Example
White with #163B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163B57; }
p { color: rgb(22,59,87); }
H1.HeaderClassName
{
color: #163B57;
}
.AnyTagClassName
{
color: #163B57;
}
</style>
background-color css
<style>
a { background-color: #163B57; }
a { background-color: rgb(22,59,87); }
div.DivClassName
{
background-color: #163B57;
}
.BgClassName
{
background-color: #163B57;
}
</style>
border-color css
<style>
span { border-color: #163B57; }
span { border-color: rgb(22,59,87); }
td.TdClassName
{
border-color: #163B57;
}
.TagClassName
{
border-color: #163B57;
}
</style>