Shades of Regal Blue #163B53
Tints of Regal Blue #163B53
RGB
CMYK
RGB Variations
Color information
#163B53 (or 0x163B53) is known color: Regal Blue. HEX triplet: 16, 3B and 53. RGB value is (22,59,83). Sum of RGB (Red+Green+Blue) = 22+59+83=164 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.41% from 164); Green value is 59 (23.44% from 255 or 35.98% from 164); Blue value is 83 (32.81% from 255 or 50.61% from 164); Max value from RGB is 83 - color contains mainly: blue. Hex color #163B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163B53 is #E9C4AC. Grayscale: #323232. Windows color (decimal): -15320237 or 5454614. OLE color: 5454614.
HSL color Cylindrical-coordinate representation of color #163B53: hue angle of 203.61º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #163B53 is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 59 | 83 | - |
| CMYK | 0.73 | 0.29 | 0 | 0.67 |
| HSL | 203.61º | 0.58% | 0.21% | - |
| HSV(B) | 203.61º | 0.73% | 0.33% | - |
| XYZ | 3.46 | 3.92 | 8.76 | - |
| YUV | 50.67 | 146.24 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 59 | 83 | 0.73 | 0.29 | 0 | 0.67 | 203.61 | 0.58 | 0.21 |
| Hex | 16 | 3B | 53 | 49 | 1D | 0 | 43 | CC | 3A | 15 |
| Octal | 26 | 73 | 123 | 111 | 35 | 0 | 103 | 314 | 72 | 25 |
| Binary | 10110 | 111011 | 1010011 | 1001001 | 11101 | 0 | 1000011 | 11001100 | 111010 | 10101 |
Color Harmonies of #163B53
Complementary color
Monochromatic Colors of #163B53
Black with #163B53
Text Example
Text Example
White with #163B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163B53; }
p { color: rgb(22,59,83); }
H1.HeaderClassName
{
color: #163B53;
}
.AnyTagClassName
{
color: #163B53;
}
</style>
background-color css
<style>
a { background-color: #163B53; }
a { background-color: rgb(22,59,83); }
div.DivClassName
{
background-color: #163B53;
}
.BgClassName
{
background-color: #163B53;
}
</style>
border-color css
<style>
span { border-color: #163B53; }
span { border-color: rgb(22,59,83); }
td.TdClassName
{
border-color: #163B53;
}
.TagClassName
{
border-color: #163B53;
}
</style>