Shades of Regal Blue #163F57
Tints of Regal Blue #163F57
RGB
CMYK
RGB Variations
Color information
#163F57 (or 0x163F57) is known color: Regal Blue. HEX triplet: 16, 3F and 57. RGB value is (22,63,87). Sum of RGB (Red+Green+Blue) = 22+63+87=172 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.79% from 172); Green value is 63 (25% from 255 or 36.63% from 172); Blue value is 87 (34.38% from 255 or 50.58% from 172); Max value from RGB is 87 - color contains mainly: blue. Hex color #163F57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163F57 is #E9C0A8. Grayscale: #353535. Windows color (decimal): -15319209 or 5717782. OLE color: 5717782.
HSL color Cylindrical-coordinate representation of color #163F57: hue angle of 202.15º 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 #163F57 is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 22 | 63 | 87 | - |
| CMYK | 0.75 | 0.28 | 0 | 0.66 |
| HSL | 202.15º | 0.6% | 0.21% | - |
| HSV(B) | 202.15º | 0.75% | 0.34% | - |
| XYZ | 3.83 | 4.41 | 9.67 | - |
| YUV | 53.48 | 146.92 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 63 | 87 | 0.75 | 0.28 | 0 | 0.66 | 202.15 | 0.6 | 0.21 |
| Hex | 16 | 3F | 57 | 4B | 1C | 0 | 42 | CA | 3C | 15 |
| Octal | 26 | 77 | 127 | 113 | 34 | 0 | 102 | 312 | 74 | 25 |
| Binary | 10110 | 111111 | 1010111 | 1001011 | 11100 | 0 | 1000010 | 11001010 | 111100 | 10101 |
Color Harmonies of #163F57
Complementary color
Monochromatic Colors of #163F57
Black with #163F57
Text Example
Text Example
White with #163F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163F57; }
p { color: rgb(22,63,87); }
H1.HeaderClassName
{
color: #163F57;
}
.AnyTagClassName
{
color: #163F57;
}
</style>
background-color css
<style>
a { background-color: #163F57; }
a { background-color: rgb(22,63,87); }
div.DivClassName
{
background-color: #163F57;
}
.BgClassName
{
background-color: #163F57;
}
</style>
border-color css
<style>
span { border-color: #163F57; }
span { border-color: rgb(22,63,87); }
td.TdClassName
{
border-color: #163F57;
}
.TagClassName
{
border-color: #163F57;
}
</style>