Shades of Regal Blue #163859
Tints of Regal Blue #163859
RGB
CMYK
RGB Variations
Color information
#163859 (or 0x163859) is known color: Regal Blue. HEX triplet: 16, 38 and 59. RGB value is (22,56,89). Sum of RGB (Red+Green+Blue) = 22+56+89=167 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.17% from 167); Green value is 56 (22.27% from 255 or 33.53% from 167); Blue value is 89 (35.16% from 255 or 53.29% from 167); Max value from RGB is 89 - color contains mainly: blue. Hex color #163859 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163859 is #E9C7A6. Grayscale: #313131. Windows color (decimal): -15320999 or 5847062. OLE color: 5847062.
HSL color Cylindrical-coordinate representation of color #163859: hue angle of 209.55º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #163859 is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 56 | 89 | - |
| CMYK | 0.75 | 0.37 | 0 | 0.65 |
| HSL | 209.55º | 0.6% | 0.22% | - |
| HSV(B) | 209.55º | 0.75% | 0.35% | - |
| XYZ | 3.55 | 3.72 | 9.98 | - |
| YUV | 49.6 | 150.24 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 56 | 89 | 0.75 | 0.37 | 0 | 0.65 | 209.55 | 0.6 | 0.22 |
| Hex | 16 | 38 | 59 | 4B | 25 | 0 | 41 | D2 | 3C | 16 |
| Octal | 26 | 70 | 131 | 113 | 45 | 0 | 101 | 322 | 74 | 26 |
| Binary | 10110 | 111000 | 1011001 | 1001011 | 100101 | 0 | 1000001 | 11010010 | 111100 | 10110 |
Color Harmonies of #163859
Complementary color
Monochromatic Colors of #163859
Black with #163859
Text Example
Text Example
White with #163859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163859; }
p { color: rgb(22,56,89); }
H1.HeaderClassName
{
color: #163859;
}
.AnyTagClassName
{
color: #163859;
}
</style>
background-color css
<style>
a { background-color: #163859; }
a { background-color: rgb(22,56,89); }
div.DivClassName
{
background-color: #163859;
}
.BgClassName
{
background-color: #163859;
}
</style>
border-color css
<style>
span { border-color: #163859; }
span { border-color: rgb(22,56,89); }
td.TdClassName
{
border-color: #163859;
}
.TagClassName
{
border-color: #163859;
}
</style>