Shades of Regal Blue #163657
Tints of Regal Blue #163657
RGB
CMYK
RGB Variations
Color information
#163657 (or 0x163657) is known color: Regal Blue. HEX triplet: 16, 36 and 57. RGB value is (22,54,87). Sum of RGB (Red+Green+Blue) = 22+54+87=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 54 (21.48% from 255 or 33.13% from 163); Blue value is 87 (34.38% from 255 or 53.37% from 163); Max value from RGB is 87 - color contains mainly: blue. Hex color #163657 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163657 is #E9C9A8. Grayscale: #303030. Windows color (decimal): -15321513 or 5715478. OLE color: 5715478.
HSL color Cylindrical-coordinate representation of color #163657: hue angle of 210.46º 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 #163657 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 22 | 54 | 87 | - |
| CMYK | 0.75 | 0.38 | 0 | 0.66 |
| HSL | 210.46º | 0.6% | 0.21% | - |
| HSV(B) | 210.46º | 0.75% | 0.34% | - |
| XYZ | 3.37 | 3.5 | 9.51 | - |
| YUV | 48.19 | 149.9 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 54 | 87 | 0.75 | 0.38 | 0 | 0.66 | 210.46 | 0.6 | 0.21 |
| Hex | 16 | 36 | 57 | 4B | 26 | 0 | 42 | D2 | 3C | 15 |
| Octal | 26 | 66 | 127 | 113 | 46 | 0 | 102 | 322 | 74 | 25 |
| Binary | 10110 | 110110 | 1010111 | 1001011 | 100110 | 0 | 1000010 | 11010010 | 111100 | 10101 |
Color Harmonies of #163657
Complementary color
Monochromatic Colors of #163657
Black with #163657
Text Example
Text Example
White with #163657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163657; }
p { color: rgb(22,54,87); }
H1.HeaderClassName
{
color: #163657;
}
.AnyTagClassName
{
color: #163657;
}
</style>
background-color css
<style>
a { background-color: #163657; }
a { background-color: rgb(22,54,87); }
div.DivClassName
{
background-color: #163657;
}
.BgClassName
{
background-color: #163657;
}
</style>
border-color css
<style>
span { border-color: #163657; }
span { border-color: rgb(22,54,87); }
td.TdClassName
{
border-color: #163657;
}
.TagClassName
{
border-color: #163657;
}
</style>