Shades of Regal Blue #163F62
Tints of Regal Blue #163F62
RGB
CMYK
RGB Variations
Color information
#163F62 (or 0x163F62) is known color: Regal Blue. HEX triplet: 16, 3F and 62. RGB value is (22,63,98). Sum of RGB (Red+Green+Blue) = 22+63+98=183 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.02% from 183); Green value is 63 (25% from 255 or 34.43% from 183); Blue value is 98 (38.67% from 255 or 53.55% from 183); Max value from RGB is 98 - color contains mainly: blue. Hex color #163F62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163F62 is #E9C09D. Grayscale: #363636. Windows color (decimal): -15319198 or 6438678. OLE color: 6438678.
HSL color Cylindrical-coordinate representation of color #163F62: hue angle of 207.63º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #163F62 is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 63 | 98 | - |
| CMYK | 0.78 | 0.36 | 0 | 0.62 |
| HSL | 207.63º | 0.63% | 0.24% | - |
| HSV(B) | 207.63º | 0.78% | 0.38% | - |
| XYZ | 4.31 | 4.61 | 12.22 | - |
| YUV | 54.73 | 152.42 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 63 | 98 | 0.78 | 0.36 | 0 | 0.62 | 207.63 | 0.63 | 0.24 |
| Hex | 16 | 3F | 62 | 4E | 24 | 0 | 3E | D0 | 3F | 18 |
| Octal | 26 | 77 | 142 | 116 | 44 | 0 | 76 | 320 | 77 | 30 |
| Binary | 10110 | 111111 | 1100010 | 1001110 | 100100 | 0 | 111110 | 11010000 | 111111 | 11000 |
Color Harmonies of #163F62
Complementary color
Monochromatic Colors of #163F62
Black with #163F62
Text Example
Text Example
White with #163F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163F62; }
p { color: rgb(22,63,98); }
H1.HeaderClassName
{
color: #163F62;
}
.AnyTagClassName
{
color: #163F62;
}
</style>
background-color css
<style>
a { background-color: #163F62; }
a { background-color: rgb(22,63,98); }
div.DivClassName
{
background-color: #163F62;
}
.BgClassName
{
background-color: #163F62;
}
</style>
border-color css
<style>
span { border-color: #163F62; }
span { border-color: rgb(22,63,98); }
td.TdClassName
{
border-color: #163F62;
}
.TagClassName
{
border-color: #163F62;
}
</style>