Shades of Regal Blue #163753
Tints of Regal Blue #163753
RGB
CMYK
RGB Variations
Color information
#163753 (or 0x163753) is known color: Regal Blue. HEX triplet: 16, 37 and 53. RGB value is (22,55,83). Sum of RGB (Red+Green+Blue) = 22+55+83=160 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.75% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 83 (32.81% from 255 or 51.88% from 160); Max value from RGB is 83 - color contains mainly: blue. Hex color #163753 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163753 is #E9C8AC. Grayscale: #303030. Windows color (decimal): -15321261 or 5453590. OLE color: 5453590.
HSL color Cylindrical-coordinate representation of color #163753: hue angle of 207.54º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #163753 is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 55 | 83 | - |
| CMYK | 0.73 | 0.34 | 0 | 0.67 |
| HSL | 207.54º | 0.58% | 0.21% | - |
| HSV(B) | 207.54º | 0.73% | 0.33% | - |
| XYZ | 3.26 | 3.53 | 8.69 | - |
| YUV | 48.33 | 147.57 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 55 | 83 | 0.73 | 0.34 | 0 | 0.67 | 207.54 | 0.58 | 0.21 |
| Hex | 16 | 37 | 53 | 49 | 22 | 0 | 43 | D0 | 3A | 15 |
| Octal | 26 | 67 | 123 | 111 | 42 | 0 | 103 | 320 | 72 | 25 |
| Binary | 10110 | 110111 | 1010011 | 1001001 | 100010 | 0 | 1000011 | 11010000 | 111010 | 10101 |
Color Harmonies of #163753
Complementary color
Monochromatic Colors of #163753
Black with #163753
Text Example
Text Example
White with #163753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163753; }
p { color: rgb(22,55,83); }
H1.HeaderClassName
{
color: #163753;
}
.AnyTagClassName
{
color: #163753;
}
</style>
background-color css
<style>
a { background-color: #163753; }
a { background-color: rgb(22,55,83); }
div.DivClassName
{
background-color: #163753;
}
.BgClassName
{
background-color: #163753;
}
</style>
border-color css
<style>
span { border-color: #163753; }
span { border-color: rgb(22,55,83); }
td.TdClassName
{
border-color: #163753;
}
.TagClassName
{
border-color: #163753;
}
</style>