Shades of Regal Blue #163554
Tints of Regal Blue #163554
RGB
CMYK
RGB Variations
Color information
#163554 (or 0x163554) is known color: Regal Blue. HEX triplet: 16, 35 and 54. RGB value is (22,53,84). Sum of RGB (Red+Green+Blue) = 22+53+84=159 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.84% from 159); Green value is 53 (21.09% from 255 or 33.33% from 159); Blue value is 84 (33.20% from 255 or 52.83% from 159); Max value from RGB is 84 - color contains mainly: blue. Hex color #163554 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163554 is #E9CAAB. Grayscale: #2F2F2F. Windows color (decimal): -15321772 or 5518614. OLE color: 5518614.
HSL color Cylindrical-coordinate representation of color #163554: hue angle of 210º 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 #163554 is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 53 | 84 | - |
| CMYK | 0.74 | 0.37 | 0 | 0.67 |
| HSL | 210º | 0.58% | 0.21% | - |
| HSV(B) | 210º | 0.74% | 0.33% | - |
| XYZ | 3.2 | 3.36 | 8.87 | - |
| YUV | 47.27 | 148.73 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 53 | 84 | 0.74 | 0.37 | 0 | 0.67 | 210 | 0.58 | 0.21 |
| Hex | 16 | 35 | 54 | 4A | 25 | 0 | 43 | D2 | 3A | 15 |
| Octal | 26 | 65 | 124 | 112 | 45 | 0 | 103 | 322 | 72 | 25 |
| Binary | 10110 | 110101 | 1010100 | 1001010 | 100101 | 0 | 1000011 | 11010010 | 111010 | 10101 |
Color Harmonies of #163554
Complementary color
Monochromatic Colors of #163554
Black with #163554
Text Example
Text Example
White with #163554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163554; }
p { color: rgb(22,53,84); }
H1.HeaderClassName
{
color: #163554;
}
.AnyTagClassName
{
color: #163554;
}
</style>
background-color css
<style>
a { background-color: #163554; }
a { background-color: rgb(22,53,84); }
div.DivClassName
{
background-color: #163554;
}
.BgClassName
{
background-color: #163554;
}
</style>
border-color css
<style>
span { border-color: #163554; }
span { border-color: rgb(22,53,84); }
td.TdClassName
{
border-color: #163554;
}
.TagClassName
{
border-color: #163554;
}
</style>