Shades of Regal Blue #163F56
Tints of Regal Blue #163F56
RGB
CMYK
RGB Variations
Color information
#163F56 (or 0x163F56) is known color: Regal Blue. HEX triplet: 16, 3F and 56. RGB value is (22,63,86). Sum of RGB (Red+Green+Blue) = 22+63+86=171 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.87% from 171); Green value is 63 (25% from 255 or 36.84% from 171); Blue value is 86 (33.98% from 255 or 50.29% from 171); Max value from RGB is 86 - color contains mainly: blue. Hex color #163F56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163F56 is #E9C0A9. Grayscale: #353535. Windows color (decimal): -15319210 or 5652246. OLE color: 5652246.
HSL color Cylindrical-coordinate representation of color #163F56: hue angle of 201.56º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #163F56 is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 22 | 63 | 86 | - |
| CMYK | 0.74 | 0.27 | 0 | 0.66 |
| HSL | 201.56º | 0.59% | 0.21% | - |
| HSV(B) | 201.56º | 0.74% | 0.34% | - |
| XYZ | 3.79 | 4.4 | 9.45 | - |
| YUV | 53.36 | 146.42 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 63 | 86 | 0.74 | 0.27 | 0 | 0.66 | 201.56 | 0.59 | 0.21 |
| Hex | 16 | 3F | 56 | 4A | 1B | 0 | 42 | CA | 3B | 15 |
| Octal | 26 | 77 | 126 | 112 | 33 | 0 | 102 | 312 | 73 | 25 |
| Binary | 10110 | 111111 | 1010110 | 1001010 | 11011 | 0 | 1000010 | 11001010 | 111011 | 10101 |
Color Harmonies of #163F56
Complementary color
Monochromatic Colors of #163F56
Black with #163F56
Text Example
Text Example
White with #163F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163F56; }
p { color: rgb(22,63,86); }
H1.HeaderClassName
{
color: #163F56;
}
.AnyTagClassName
{
color: #163F56;
}
</style>
background-color css
<style>
a { background-color: #163F56; }
a { background-color: rgb(22,63,86); }
div.DivClassName
{
background-color: #163F56;
}
.BgClassName
{
background-color: #163F56;
}
</style>
border-color css
<style>
span { border-color: #163F56; }
span { border-color: rgb(22,63,86); }
td.TdClassName
{
border-color: #163F56;
}
.TagClassName
{
border-color: #163F56;
}
</style>