Shades of Regal Blue #163858
Tints of Regal Blue #163858
RGB
CMYK
RGB Variations
Color information
#163858 (or 0x163858) is known color: Regal Blue. HEX triplet: 16, 38 and 58. RGB value is (22,56,88). Sum of RGB (Red+Green+Blue) = 22+56+88=166 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.25% from 166); Green value is 56 (22.27% from 255 or 33.73% from 166); Blue value is 88 (34.77% from 255 or 53.01% from 166); Max value from RGB is 88 - color contains mainly: blue. Hex color #163858 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163858 is #E9C7A7. Grayscale: #313131. Windows color (decimal): -15321000 or 5781526. OLE color: 5781526.
HSL color Cylindrical-coordinate representation of color #163858: hue angle of 209.09º 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 #163858 is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 56 | 88 | - |
| CMYK | 0.75 | 0.36 | 0 | 0.65 |
| HSL | 209.09º | 0.6% | 0.22% | - |
| HSV(B) | 209.09º | 0.75% | 0.35% | - |
| XYZ | 3.51 | 3.7 | 9.76 | - |
| YUV | 49.48 | 149.74 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 56 | 88 | 0.75 | 0.36 | 0 | 0.65 | 209.09 | 0.6 | 0.22 |
| Hex | 16 | 38 | 58 | 4B | 24 | 0 | 41 | D1 | 3C | 16 |
| Octal | 26 | 70 | 130 | 113 | 44 | 0 | 101 | 321 | 74 | 26 |
| Binary | 10110 | 111000 | 1011000 | 1001011 | 100100 | 0 | 1000001 | 11010001 | 111100 | 10110 |
Color Harmonies of #163858
Complementary color
Monochromatic Colors of #163858
Black with #163858
Text Example
Text Example
White with #163858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163858; }
p { color: rgb(22,56,88); }
H1.HeaderClassName
{
color: #163858;
}
.AnyTagClassName
{
color: #163858;
}
</style>
background-color css
<style>
a { background-color: #163858; }
a { background-color: rgb(22,56,88); }
div.DivClassName
{
background-color: #163858;
}
.BgClassName
{
background-color: #163858;
}
</style>
border-color css
<style>
span { border-color: #163858; }
span { border-color: rgb(22,56,88); }
td.TdClassName
{
border-color: #163858;
}
.TagClassName
{
border-color: #163858;
}
</style>