Shades of Regal Blue #163D61
Tints of Regal Blue #163D61
RGB
CMYK
RGB Variations
Color information
#163D61 (or 0x163D61) is known color: Regal Blue. HEX triplet: 16, 3D and 61. RGB value is (22,61,97). Sum of RGB (Red+Green+Blue) = 22+61+97=180 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.22% from 180); Green value is 61 (24.22% from 255 or 33.89% from 180); Blue value is 97 (38.28% from 255 or 53.89% from 180); Max value from RGB is 97 - color contains mainly: blue. Hex color #163D61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163D61 is #E9C29E. Grayscale: #353535. Windows color (decimal): -15319711 or 6372630. OLE color: 6372630.
HSL color Cylindrical-coordinate representation of color #163D61: hue angle of 208.8º 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 #163D61 is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 61 | 97 | - |
| CMYK | 0.77 | 0.37 | 0 | 0.62 |
| HSL | 208.8º | 0.63% | 0.23% | - |
| HSV(B) | 208.8º | 0.77% | 0.38% | - |
| XYZ | 4.16 | 4.37 | 11.93 | - |
| YUV | 53.44 | 152.58 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 61 | 97 | 0.77 | 0.37 | 0 | 0.62 | 208.8 | 0.63 | 0.23 |
| Hex | 16 | 3D | 61 | 4D | 25 | 0 | 3E | D1 | 3F | 17 |
| Octal | 26 | 75 | 141 | 115 | 45 | 0 | 76 | 321 | 77 | 27 |
| Binary | 10110 | 111101 | 1100001 | 1001101 | 100101 | 0 | 111110 | 11010001 | 111111 | 10111 |
Color Harmonies of #163D61
Complementary color
Monochromatic Colors of #163D61
Black with #163D61
Text Example
Text Example
White with #163D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163D61; }
p { color: rgb(22,61,97); }
H1.HeaderClassName
{
color: #163D61;
}
.AnyTagClassName
{
color: #163D61;
}
</style>
background-color css
<style>
a { background-color: #163D61; }
a { background-color: rgb(22,61,97); }
div.DivClassName
{
background-color: #163D61;
}
.BgClassName
{
background-color: #163D61;
}
</style>
border-color css
<style>
span { border-color: #163D61; }
span { border-color: rgb(22,61,97); }
td.TdClassName
{
border-color: #163D61;
}
.TagClassName
{
border-color: #163D61;
}
</style>