Shades of Regal Blue #163257
Tints of Regal Blue #163257
RGB
CMYK
RGB Variations
Color information
#163257 (or 0x163257) is known color: Regal Blue. HEX triplet: 16, 32 and 57. RGB value is (22,50,87). Sum of RGB (Red+Green+Blue) = 22+50+87=159 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.84% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 87 (34.38% from 255 or 54.72% from 159); Max value from RGB is 87 - color contains mainly: blue. Hex color #163257 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163257 is #E9CDA8. Grayscale: #2D2D2D. Windows color (decimal): -15322537 or 5714454. OLE color: 5714454.
HSL color Cylindrical-coordinate representation of color #163257: hue angle of 214.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 #163257 is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 22 | 50 | 87 | - |
| CMYK | 0.75 | 0.43 | 0 | 0.66 |
| HSL | 214.15º | 0.6% | 0.21% | - |
| HSV(B) | 214.15º | 0.75% | 0.34% | - |
| XYZ | 3.19 | 3.14 | 9.45 | - |
| YUV | 45.85 | 151.22 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 50 | 87 | 0.75 | 0.43 | 0 | 0.66 | 214.15 | 0.6 | 0.21 |
| Hex | 16 | 32 | 57 | 4B | 2B | 0 | 42 | D6 | 3C | 15 |
| Octal | 26 | 62 | 127 | 113 | 53 | 0 | 102 | 326 | 74 | 25 |
| Binary | 10110 | 110010 | 1010111 | 1001011 | 101011 | 0 | 1000010 | 11010110 | 111100 | 10101 |
Color Harmonies of #163257
Complementary color
Monochromatic Colors of #163257
Black with #163257
Text Example
Text Example
White with #163257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163257; }
p { color: rgb(22,50,87); }
H1.HeaderClassName
{
color: #163257;
}
.AnyTagClassName
{
color: #163257;
}
</style>
background-color css
<style>
a { background-color: #163257; }
a { background-color: rgb(22,50,87); }
div.DivClassName
{
background-color: #163257;
}
.BgClassName
{
background-color: #163257;
}
</style>
border-color css
<style>
span { border-color: #163257; }
span { border-color: rgb(22,50,87); }
td.TdClassName
{
border-color: #163257;
}
.TagClassName
{
border-color: #163257;
}
</style>