Shades of Regal Blue #163850
Tints of Regal Blue #163850
RGB
CMYK
RGB Variations
Color information
#163850 (or 0x163850) is known color: Regal Blue. HEX triplet: 16, 38 and 50. RGB value is (22,56,80). Sum of RGB (Red+Green+Blue) = 22+56+80=158 (20% of max value = 765). Red value is 22 (8.98% from 255 or 13.92% from 158); Green value is 56 (22.27% from 255 or 35.44% from 158); Blue value is 80 (31.64% from 255 or 50.63% from 158); Max value from RGB is 80 - color contains mainly: blue. Hex color #163850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163850 is #E9C7AF. Grayscale: #303030. Windows color (decimal): -15321008 or 5257238. OLE color: 5257238.
HSL color Cylindrical-coordinate representation of color #163850: hue angle of 204.83º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #163850 is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 22 | 56 | 80 | - |
| CMYK | 0.72 | 0.30 | 0 | 0.69 |
| HSL | 204.83º | 0.57% | 0.2% | - |
| HSV(B) | 204.83º | 0.73% | 0.31% | - |
| XYZ | 3.19 | 3.58 | 8.11 | - |
| YUV | 48.57 | 145.74 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 56 | 80 | 0.72 | 0.30 | 0 | 0.69 | 204.83 | 0.57 | 0.2 |
| Hex | 16 | 38 | 50 | 48 | 1E | 0 | 45 | CD | 39 | 14 |
| Octal | 26 | 70 | 120 | 110 | 36 | 0 | 105 | 315 | 71 | 24 |
| Binary | 10110 | 111000 | 1010000 | 1001000 | 11110 | 0 | 1000101 | 11001101 | 111001 | 10100 |
Color Harmonies of #163850
Complementary color
Monochromatic Colors of #163850
Black with #163850
Text Example
Text Example
White with #163850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163850; }
p { color: rgb(22,56,80); }
H1.HeaderClassName
{
color: #163850;
}
.AnyTagClassName
{
color: #163850;
}
</style>
background-color css
<style>
a { background-color: #163850; }
a { background-color: rgb(22,56,80); }
div.DivClassName
{
background-color: #163850;
}
.BgClassName
{
background-color: #163850;
}
</style>
border-color css
<style>
span { border-color: #163850; }
span { border-color: rgb(22,56,80); }
td.TdClassName
{
border-color: #163850;
}
.TagClassName
{
border-color: #163850;
}
</style>