Shades of Regal Blue #163254
Tints of Regal Blue #163254
RGB
CMYK
RGB Variations
Color information
#163254 (or 0x163254) is known color: Regal Blue. HEX triplet: 16, 32 and 54. RGB value is (22,50,84). Sum of RGB (Red+Green+Blue) = 22+50+84=156 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.10% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 84 (33.20% from 255 or 53.85% from 156); Max value from RGB is 84 - color contains mainly: blue. Hex color #163254 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163254 is #E9CDAB. Grayscale: #2D2D2D. Windows color (decimal): -15322540 or 5517846. OLE color: 5517846.
HSL color Cylindrical-coordinate representation of color #163254: hue angle of 212.9º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #163254 is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 50 | 84 | - |
| CMYK | 0.74 | 0.40 | 0 | 0.67 |
| HSL | 212.9º | 0.58% | 0.21% | - |
| HSV(B) | 212.9º | 0.74% | 0.33% | - |
| XYZ | 3.07 | 3.09 | 8.82 | - |
| YUV | 45.5 | 149.72 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 50 | 84 | 0.74 | 0.40 | 0 | 0.67 | 212.9 | 0.58 | 0.21 |
| Hex | 16 | 32 | 54 | 4A | 28 | 0 | 43 | D5 | 3A | 15 |
| Octal | 26 | 62 | 124 | 112 | 50 | 0 | 103 | 325 | 72 | 25 |
| Binary | 10110 | 110010 | 1010100 | 1001010 | 101000 | 0 | 1000011 | 11010101 | 111010 | 10101 |
Color Harmonies of #163254
Complementary color
Monochromatic Colors of #163254
Black with #163254
Text Example
Text Example
White with #163254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163254; }
p { color: rgb(22,50,84); }
H1.HeaderClassName
{
color: #163254;
}
.AnyTagClassName
{
color: #163254;
}
</style>
background-color css
<style>
a { background-color: #163254; }
a { background-color: rgb(22,50,84); }
div.DivClassName
{
background-color: #163254;
}
.BgClassName
{
background-color: #163254;
}
</style>
border-color css
<style>
span { border-color: #163254; }
span { border-color: rgb(22,50,84); }
td.TdClassName
{
border-color: #163254;
}
.TagClassName
{
border-color: #163254;
}
</style>