Shades of Regal Blue #163552
Tints of Regal Blue #163552
RGB
CMYK
RGB Variations
Color information
#163552 (or 0x163552) is known color: Regal Blue. HEX triplet: 16, 35 and 52. RGB value is (22,53,82). Sum of RGB (Red+Green+Blue) = 22+53+82=157 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.01% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 82 (32.42% from 255 or 52.23% from 157); Max value from RGB is 82 - color contains mainly: blue. Hex color #163552 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163552 is #E9CAAD. Grayscale: #2E2E2E. Windows color (decimal): -15321774 or 5387542. OLE color: 5387542.
HSL color Cylindrical-coordinate representation of color #163552: hue angle of 209º 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 #163552 is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 22 | 53 | 82 | - |
| CMYK | 0.73 | 0.35 | 0 | 0.68 |
| HSL | 209º | 0.58% | 0.2% | - |
| HSV(B) | 209º | 0.73% | 0.32% | - |
| XYZ | 3.13 | 3.33 | 8.46 | - |
| YUV | 47.04 | 147.73 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 53 | 82 | 0.73 | 0.35 | 0 | 0.68 | 209 | 0.58 | 0.2 |
| Hex | 16 | 35 | 52 | 49 | 23 | 0 | 44 | D1 | 3A | 14 |
| Octal | 26 | 65 | 122 | 111 | 43 | 0 | 104 | 321 | 72 | 24 |
| Binary | 10110 | 110101 | 1010010 | 1001001 | 100011 | 0 | 1000100 | 11010001 | 111010 | 10100 |
Color Harmonies of #163552
Complementary color
Monochromatic Colors of #163552
Black with #163552
Text Example
Text Example
White with #163552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163552; }
p { color: rgb(22,53,82); }
H1.HeaderClassName
{
color: #163552;
}
.AnyTagClassName
{
color: #163552;
}
</style>
background-color css
<style>
a { background-color: #163552; }
a { background-color: rgb(22,53,82); }
div.DivClassName
{
background-color: #163552;
}
.BgClassName
{
background-color: #163552;
}
</style>
border-color css
<style>
span { border-color: #163552; }
span { border-color: rgb(22,53,82); }
td.TdClassName
{
border-color: #163552;
}
.TagClassName
{
border-color: #163552;
}
</style>