Shades of Regal Blue #163750
Tints of Regal Blue #163750
RGB
CMYK
RGB Variations
Color information
#163750 (or 0x163750) is known color: Regal Blue. HEX triplet: 16, 37 and 50. RGB value is (22,55,80). Sum of RGB (Red+Green+Blue) = 22+55+80=157 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.01% from 157); Green value is 55 (21.88% from 255 or 35.03% from 157); Blue value is 80 (31.64% from 255 or 50.96% from 157); Max value from RGB is 80 - color contains mainly: blue. Hex color #163750 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163750 is #E9C8AF. Grayscale: #2F2F2F. Windows color (decimal): -15321264 or 5256982. OLE color: 5256982.
HSL color Cylindrical-coordinate representation of color #163750: hue angle of 205.86º 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 #163750 is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 22 | 55 | 80 | - |
| CMYK | 0.72 | 0.31 | 0 | 0.69 |
| HSL | 205.86º | 0.57% | 0.2% | - |
| HSV(B) | 205.86º | 0.73% | 0.31% | - |
| XYZ | 3.15 | 3.48 | 8.1 | - |
| YUV | 47.98 | 146.07 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 55 | 80 | 0.72 | 0.31 | 0 | 0.69 | 205.86 | 0.57 | 0.2 |
| Hex | 16 | 37 | 50 | 48 | 1F | 0 | 45 | CE | 39 | 14 |
| Octal | 26 | 67 | 120 | 110 | 37 | 0 | 105 | 316 | 71 | 24 |
| Binary | 10110 | 110111 | 1010000 | 1001000 | 11111 | 0 | 1000101 | 11001110 | 111001 | 10100 |
Color Harmonies of #163750
Complementary color
Monochromatic Colors of #163750
Black with #163750
Text Example
Text Example
White with #163750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163750; }
p { color: rgb(22,55,80); }
H1.HeaderClassName
{
color: #163750;
}
.AnyTagClassName
{
color: #163750;
}
</style>
background-color css
<style>
a { background-color: #163750; }
a { background-color: rgb(22,55,80); }
div.DivClassName
{
background-color: #163750;
}
.BgClassName
{
background-color: #163750;
}
</style>
border-color css
<style>
span { border-color: #163750; }
span { border-color: rgb(22,55,80); }
td.TdClassName
{
border-color: #163750;
}
.TagClassName
{
border-color: #163750;
}
</style>