Shades of Regal Blue #163F59
Tints of Regal Blue #163F59
RGB
CMYK
RGB Variations
Color information
#163F59 (or 0x163F59) is known color: Regal Blue. HEX triplet: 16, 3F and 59. RGB value is (22,63,89). Sum of RGB (Red+Green+Blue) = 22+63+89=174 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.64% from 174); Green value is 63 (25% from 255 or 36.21% from 174); Blue value is 89 (35.16% from 255 or 51.15% from 174); Max value from RGB is 89 - color contains mainly: blue. Hex color #163F59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163F59 is #E9C0A6. Grayscale: #353535. Windows color (decimal): -15319207 or 5848854. OLE color: 5848854.
HSL color Cylindrical-coordinate representation of color #163F59: hue angle of 203.28º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #163F59 is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 63 | 89 | - |
| CMYK | 0.75 | 0.29 | 0 | 0.65 |
| HSL | 203.28º | 0.6% | 0.22% | - |
| HSV(B) | 203.28º | 0.75% | 0.35% | - |
| XYZ | 3.91 | 4.45 | 10.1 | - |
| YUV | 53.71 | 147.92 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 63 | 89 | 0.75 | 0.29 | 0 | 0.65 | 203.28 | 0.6 | 0.22 |
| Hex | 16 | 3F | 59 | 4B | 1D | 0 | 41 | CB | 3C | 16 |
| Octal | 26 | 77 | 131 | 113 | 35 | 0 | 101 | 313 | 74 | 26 |
| Binary | 10110 | 111111 | 1011001 | 1001011 | 11101 | 0 | 1000001 | 11001011 | 111100 | 10110 |
Color Harmonies of #163F59
Complementary color
Monochromatic Colors of #163F59
Black with #163F59
Text Example
Text Example
White with #163F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163F59; }
p { color: rgb(22,63,89); }
H1.HeaderClassName
{
color: #163F59;
}
.AnyTagClassName
{
color: #163F59;
}
</style>
background-color css
<style>
a { background-color: #163F59; }
a { background-color: rgb(22,63,89); }
div.DivClassName
{
background-color: #163F59;
}
.BgClassName
{
background-color: #163F59;
}
</style>
border-color css
<style>
span { border-color: #163F59; }
span { border-color: rgb(22,63,89); }
td.TdClassName
{
border-color: #163F59;
}
.TagClassName
{
border-color: #163F59;
}
</style>