Shades of Regal Blue #163354
Tints of Regal Blue #163354
RGB
CMYK
RGB Variations
Color information
#163354 (or 0x163354) is known color: Regal Blue. HEX triplet: 16, 33 and 54. RGB value is (22,51,84). Sum of RGB (Red+Green+Blue) = 22+51+84=157 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.01% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 84 (33.20% from 255 or 53.50% from 157); Max value from RGB is 84 - color contains mainly: blue. Hex color #163354 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163354 is #E9CCAB. Grayscale: #2D2D2D. Windows color (decimal): -15322284 or 5518102. OLE color: 5518102.
HSL color Cylindrical-coordinate representation of color #163354: hue angle of 211.94º 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 #163354 is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 51 | 84 | - |
| CMYK | 0.74 | 0.39 | 0 | 0.67 |
| HSL | 211.94º | 0.58% | 0.21% | - |
| HSV(B) | 211.94º | 0.74% | 0.33% | - |
| XYZ | 3.11 | 3.18 | 8.84 | - |
| YUV | 46.09 | 149.39 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 51 | 84 | 0.74 | 0.39 | 0 | 0.67 | 211.94 | 0.58 | 0.21 |
| Hex | 16 | 33 | 54 | 4A | 27 | 0 | 43 | D4 | 3A | 15 |
| Octal | 26 | 63 | 124 | 112 | 47 | 0 | 103 | 324 | 72 | 25 |
| Binary | 10110 | 110011 | 1010100 | 1001010 | 100111 | 0 | 1000011 | 11010100 | 111010 | 10101 |
Color Harmonies of #163354
Complementary color
Monochromatic Colors of #163354
Black with #163354
Text Example
Text Example
White with #163354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163354; }
p { color: rgb(22,51,84); }
H1.HeaderClassName
{
color: #163354;
}
.AnyTagClassName
{
color: #163354;
}
</style>
background-color css
<style>
a { background-color: #163354; }
a { background-color: rgb(22,51,84); }
div.DivClassName
{
background-color: #163354;
}
.BgClassName
{
background-color: #163354;
}
</style>
border-color css
<style>
span { border-color: #163354; }
span { border-color: rgb(22,51,84); }
td.TdClassName
{
border-color: #163354;
}
.TagClassName
{
border-color: #163354;
}
</style>