Shades of Regal Blue #163B52
Tints of Regal Blue #163B52
RGB
CMYK
RGB Variations
Color information
#163B52 (or 0x163B52) is known color: Regal Blue. HEX triplet: 16, 3B and 52. RGB value is (22,59,82). Sum of RGB (Red+Green+Blue) = 22+59+82=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 59 (23.44% from 255 or 36.20% from 163); Blue value is 82 (32.42% from 255 or 50.31% from 163); Max value from RGB is 82 - color contains mainly: blue. Hex color #163B52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163B52 is #E9C4AD. Grayscale: #323232. Windows color (decimal): -15320238 or 5389078. OLE color: 5389078.
HSL color Cylindrical-coordinate representation of color #163B52: hue angle of 203º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #163B52 is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 22 | 59 | 82 | - |
| CMYK | 0.73 | 0.28 | 0 | 0.68 |
| HSL | 203º | 0.58% | 0.2% | - |
| HSV(B) | 203º | 0.73% | 0.32% | - |
| XYZ | 3.42 | 3.91 | 8.56 | - |
| YUV | 50.56 | 145.74 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 59 | 82 | 0.73 | 0.28 | 0 | 0.68 | 203 | 0.58 | 0.2 |
| Hex | 16 | 3B | 52 | 49 | 1C | 0 | 44 | CB | 3A | 14 |
| Octal | 26 | 73 | 122 | 111 | 34 | 0 | 104 | 313 | 72 | 24 |
| Binary | 10110 | 111011 | 1010010 | 1001001 | 11100 | 0 | 1000100 | 11001011 | 111010 | 10100 |
Color Harmonies of #163B52
Complementary color
Monochromatic Colors of #163B52
Black with #163B52
Text Example
Text Example
White with #163B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163B52; }
p { color: rgb(22,59,82); }
H1.HeaderClassName
{
color: #163B52;
}
.AnyTagClassName
{
color: #163B52;
}
</style>
background-color css
<style>
a { background-color: #163B52; }
a { background-color: rgb(22,59,82); }
div.DivClassName
{
background-color: #163B52;
}
.BgClassName
{
background-color: #163B52;
}
</style>
border-color css
<style>
span { border-color: #163B52; }
span { border-color: rgb(22,59,82); }
td.TdClassName
{
border-color: #163B52;
}
.TagClassName
{
border-color: #163B52;
}
</style>