Shades of Regal Blue #163C53
Tints of Regal Blue #163C53
RGB
CMYK
RGB Variations
Color information
#163C53 (or 0x163C53) is known color: Regal Blue. HEX triplet: 16, 3C and 53. RGB value is (22,60,83). Sum of RGB (Red+Green+Blue) = 22+60+83=165 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.33% from 165); Green value is 60 (23.83% from 255 or 36.36% from 165); Blue value is 83 (32.81% from 255 or 50.30% from 165); Max value from RGB is 83 - color contains mainly: blue. Hex color #163C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163C53 is #E9C3AC. Grayscale: #333333. Windows color (decimal): -15319981 or 5454870. OLE color: 5454870.
HSL color Cylindrical-coordinate representation of color #163C53: hue angle of 202.62º 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 #163C53 is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 60 | 83 | - |
| CMYK | 0.73 | 0.28 | 0 | 0.67 |
| HSL | 202.62º | 0.58% | 0.21% | - |
| HSV(B) | 202.62º | 0.73% | 0.33% | - |
| XYZ | 3.51 | 4.03 | 8.78 | - |
| YUV | 51.26 | 145.91 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 60 | 83 | 0.73 | 0.28 | 0 | 0.67 | 202.62 | 0.58 | 0.21 |
| Hex | 16 | 3C | 53 | 49 | 1C | 0 | 43 | CB | 3A | 15 |
| Octal | 26 | 74 | 123 | 111 | 34 | 0 | 103 | 313 | 72 | 25 |
| Binary | 10110 | 111100 | 1010011 | 1001001 | 11100 | 0 | 1000011 | 11001011 | 111010 | 10101 |
Color Harmonies of #163C53
Complementary color
Monochromatic Colors of #163C53
Black with #163C53
Text Example
Text Example
White with #163C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163C53; }
p { color: rgb(22,60,83); }
H1.HeaderClassName
{
color: #163C53;
}
.AnyTagClassName
{
color: #163C53;
}
</style>
background-color css
<style>
a { background-color: #163C53; }
a { background-color: rgb(22,60,83); }
div.DivClassName
{
background-color: #163C53;
}
.BgClassName
{
background-color: #163C53;
}
</style>
border-color css
<style>
span { border-color: #163C53; }
span { border-color: rgb(22,60,83); }
td.TdClassName
{
border-color: #163C53;
}
.TagClassName
{
border-color: #163C53;
}
</style>