Shades of Regal Blue #163A61
Tints of Regal Blue #163A61
RGB
CMYK
RGB Variations
Color information
#163A61 (or 0x163A61) is known color: Regal Blue. HEX triplet: 16, 3A and 61. RGB value is (22,58,97). Sum of RGB (Red+Green+Blue) = 22+58+97=177 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.43% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 97 (38.28% from 255 or 54.80% from 177); Max value from RGB is 97 - color contains mainly: blue. Hex color #163A61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163A61 is #E9C59E. Grayscale: #333333. Windows color (decimal): -15320479 or 6371862. OLE color: 6371862.
HSL color Cylindrical-coordinate representation of color #163A61: hue angle of 211.2º 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 #163A61 is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 58 | 97 | - |
| CMYK | 0.77 | 0.40 | 0 | 0.62 |
| HSL | 211.2º | 0.63% | 0.23% | - |
| HSV(B) | 211.2º | 0.77% | 0.38% | - |
| XYZ | 4 | 4.06 | 11.88 | - |
| YUV | 51.68 | 153.57 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 58 | 97 | 0.77 | 0.40 | 0 | 0.62 | 211.2 | 0.63 | 0.23 |
| Hex | 16 | 3A | 61 | 4D | 28 | 0 | 3E | D3 | 3F | 17 |
| Octal | 26 | 72 | 141 | 115 | 50 | 0 | 76 | 323 | 77 | 27 |
| Binary | 10110 | 111010 | 1100001 | 1001101 | 101000 | 0 | 111110 | 11010011 | 111111 | 10111 |
Color Harmonies of #163A61
Complementary color
Monochromatic Colors of #163A61
Black with #163A61
Text Example
Text Example
White with #163A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163A61; }
p { color: rgb(22,58,97); }
H1.HeaderClassName
{
color: #163A61;
}
.AnyTagClassName
{
color: #163A61;
}
</style>
background-color css
<style>
a { background-color: #163A61; }
a { background-color: rgb(22,58,97); }
div.DivClassName
{
background-color: #163A61;
}
.BgClassName
{
background-color: #163A61;
}
</style>
border-color css
<style>
span { border-color: #163A61; }
span { border-color: rgb(22,58,97); }
td.TdClassName
{
border-color: #163A61;
}
.TagClassName
{
border-color: #163A61;
}
</style>