Shades of Regal Blue #163053
Tints of Regal Blue #163053
RGB
CMYK
RGB Variations
Color information
#163053 (or 0x163053) is known color: Regal Blue. HEX triplet: 16, 30 and 53. RGB value is (22,48,83). Sum of RGB (Red+Green+Blue) = 22+48+83=153 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.38% from 153); Green value is 48 (19.14% from 255 or 31.37% from 153); Blue value is 83 (32.81% from 255 or 54.25% from 153); Max value from RGB is 83 - color contains mainly: blue. Hex color #163053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163053 is #E9CFAC. Grayscale: #2C2C2C. Windows color (decimal): -15323053 or 5451798. OLE color: 5451798.
HSL color Cylindrical-coordinate representation of color #163053: hue angle of 214.43º 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 #163053 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 48 | 83 | - |
| CMYK | 0.73 | 0.42 | 0 | 0.67 |
| HSL | 214.43º | 0.58% | 0.21% | - |
| HSV(B) | 214.43º | 0.73% | 0.33% | - |
| XYZ | 2.95 | 2.91 | 8.59 | - |
| YUV | 44.22 | 149.89 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 48 | 83 | 0.73 | 0.42 | 0 | 0.67 | 214.43 | 0.58 | 0.21 |
| Hex | 16 | 30 | 53 | 49 | 2A | 0 | 43 | D6 | 3A | 15 |
| Octal | 26 | 60 | 123 | 111 | 52 | 0 | 103 | 326 | 72 | 25 |
| Binary | 10110 | 110000 | 1010011 | 1001001 | 101010 | 0 | 1000011 | 11010110 | 111010 | 10101 |
Color Harmonies of #163053
Complementary color
Monochromatic Colors of #163053
Black with #163053
Text Example
Text Example
White with #163053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163053; }
p { color: rgb(22,48,83); }
H1.HeaderClassName
{
color: #163053;
}
.AnyTagClassName
{
color: #163053;
}
</style>
background-color css
<style>
a { background-color: #163053; }
a { background-color: rgb(22,48,83); }
div.DivClassName
{
background-color: #163053;
}
.BgClassName
{
background-color: #163053;
}
</style>
border-color css
<style>
span { border-color: #163053; }
span { border-color: rgb(22,48,83); }
td.TdClassName
{
border-color: #163053;
}
.TagClassName
{
border-color: #163053;
}
</style>