Shades of Regal Blue #163C63
Tints of Regal Blue #163C63
RGB
CMYK
RGB Variations
Color information
#163C63 (or 0x163C63) is known color: Regal Blue. HEX triplet: 16, 3C and 63. RGB value is (22,60,99). Sum of RGB (Red+Green+Blue) = 22+60+99=181 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.15% from 181); Green value is 60 (23.83% from 255 or 33.15% from 181); Blue value is 99 (39.06% from 255 or 54.70% from 181); Max value from RGB is 99 - color contains mainly: blue. Hex color #163C63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163C63 is #E9C39C. Grayscale: #343434. Windows color (decimal): -15319965 or 6503446. OLE color: 6503446.
HSL color Cylindrical-coordinate representation of color #163C63: hue angle of 210.39º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #163C63 is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 22 | 60 | 99 | - |
| CMYK | 0.78 | 0.39 | 0 | 0.61 |
| HSL | 210.39º | 0.64% | 0.24% | - |
| HSV(B) | 210.39º | 0.78% | 0.39% | - |
| XYZ | 4.2 | 4.3 | 12.41 | - |
| YUV | 53.08 | 153.91 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 60 | 99 | 0.78 | 0.39 | 0 | 0.61 | 210.39 | 0.64 | 0.24 |
| Hex | 16 | 3C | 63 | 4E | 27 | 0 | 3D | D2 | 40 | 18 |
| Octal | 26 | 74 | 143 | 116 | 47 | 0 | 75 | 322 | 100 | 30 |
| Binary | 10110 | 111100 | 1100011 | 1001110 | 100111 | 0 | 111101 | 11010010 | 1000000 | 11000 |
Color Harmonies of #163C63
Complementary color
Monochromatic Colors of #163C63
Black with #163C63
Text Example
Text Example
White with #163C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163C63; }
p { color: rgb(22,60,99); }
H1.HeaderClassName
{
color: #163C63;
}
.AnyTagClassName
{
color: #163C63;
}
</style>
background-color css
<style>
a { background-color: #163C63; }
a { background-color: rgb(22,60,99); }
div.DivClassName
{
background-color: #163C63;
}
.BgClassName
{
background-color: #163C63;
}
</style>
border-color css
<style>
span { border-color: #163C63; }
span { border-color: rgb(22,60,99); }
td.TdClassName
{
border-color: #163C63;
}
.TagClassName
{
border-color: #163C63;
}
</style>