Shades of Regal Blue #163F60
Tints of Regal Blue #163F60
RGB
CMYK
RGB Variations
Color information
#163F60 (or 0x163F60) is known color: Regal Blue. HEX triplet: 16, 3F and 60. RGB value is (22,63,96). Sum of RGB (Red+Green+Blue) = 22+63+96=181 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.15% from 181); Green value is 63 (25% from 255 or 34.81% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #163F60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163F60 is #E9C09F. Grayscale: #363636. Windows color (decimal): -15319200 or 6307606. OLE color: 6307606.
HSL color Cylindrical-coordinate representation of color #163F60: hue angle of 206.76º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #163F60 is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 63 | 96 | - |
| CMYK | 0.77 | 0.34 | 0 | 0.62 |
| HSL | 206.76º | 0.63% | 0.23% | - |
| HSV(B) | 206.76º | 0.77% | 0.38% | - |
| XYZ | 4.22 | 4.57 | 11.73 | - |
| YUV | 54.5 | 151.42 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 63 | 96 | 0.77 | 0.34 | 0 | 0.62 | 206.76 | 0.63 | 0.23 |
| Hex | 16 | 3F | 60 | 4D | 22 | 0 | 3E | CF | 3F | 17 |
| Octal | 26 | 77 | 140 | 115 | 42 | 0 | 76 | 317 | 77 | 27 |
| Binary | 10110 | 111111 | 1100000 | 1001101 | 100010 | 0 | 111110 | 11001111 | 111111 | 10111 |
Color Harmonies of #163F60
Complementary color
Monochromatic Colors of #163F60
Black with #163F60
Text Example
Text Example
White with #163F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163F60; }
p { color: rgb(22,63,96); }
H1.HeaderClassName
{
color: #163F60;
}
.AnyTagClassName
{
color: #163F60;
}
</style>
background-color css
<style>
a { background-color: #163F60; }
a { background-color: rgb(22,63,96); }
div.DivClassName
{
background-color: #163F60;
}
.BgClassName
{
background-color: #163F60;
}
</style>
border-color css
<style>
span { border-color: #163F60; }
span { border-color: rgb(22,63,96); }
td.TdClassName
{
border-color: #163F60;
}
.TagClassName
{
border-color: #163F60;
}
</style>