Shades of Regal Blue #163A57
Tints of Regal Blue #163A57
RGB
CMYK
RGB Variations
Color information
#163A57 (or 0x163A57) is known color: Regal Blue. HEX triplet: 16, 3A and 57. RGB value is (22,58,87). Sum of RGB (Red+Green+Blue) = 22+58+87=167 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.17% from 167); Green value is 58 (23.05% from 255 or 34.73% from 167); Blue value is 87 (34.38% from 255 or 52.10% from 167); Max value from RGB is 87 - color contains mainly: blue. Hex color #163A57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163A57 is #E9C5A8. Grayscale: #323232. Windows color (decimal): -15320489 or 5716502. OLE color: 5716502.
HSL color Cylindrical-coordinate representation of color #163A57: hue angle of 206.77º 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 #163A57 is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 22 | 58 | 87 | - |
| CMYK | 0.75 | 0.33 | 0 | 0.66 |
| HSL | 206.77º | 0.6% | 0.21% | - |
| HSV(B) | 206.77º | 0.75% | 0.34% | - |
| XYZ | 3.56 | 3.88 | 9.58 | - |
| YUV | 50.54 | 148.57 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 58 | 87 | 0.75 | 0.33 | 0 | 0.66 | 206.77 | 0.6 | 0.21 |
| Hex | 16 | 3A | 57 | 4B | 21 | 0 | 42 | CF | 3C | 15 |
| Octal | 26 | 72 | 127 | 113 | 41 | 0 | 102 | 317 | 74 | 25 |
| Binary | 10110 | 111010 | 1010111 | 1001011 | 100001 | 0 | 1000010 | 11001111 | 111100 | 10101 |
Color Harmonies of #163A57
Complementary color
Monochromatic Colors of #163A57
Black with #163A57
Text Example
Text Example
White with #163A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163A57; }
p { color: rgb(22,58,87); }
H1.HeaderClassName
{
color: #163A57;
}
.AnyTagClassName
{
color: #163A57;
}
</style>
background-color css
<style>
a { background-color: #163A57; }
a { background-color: rgb(22,58,87); }
div.DivClassName
{
background-color: #163A57;
}
.BgClassName
{
background-color: #163A57;
}
</style>
border-color css
<style>
span { border-color: #163A57; }
span { border-color: rgb(22,58,87); }
td.TdClassName
{
border-color: #163A57;
}
.TagClassName
{
border-color: #163A57;
}
</style>