Shades of Regal Blue #163C51
Tints of Regal Blue #163C51
RGB
CMYK
RGB Variations
Color information
#163C51 (or 0x163C51) is known color: Regal Blue. HEX triplet: 16, 3C and 51. RGB value is (22,60,81). Sum of RGB (Red+Green+Blue) = 22+60+81=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 60 (23.83% from 255 or 36.81% from 163); Blue value is 81 (32.03% from 255 or 49.69% from 163); Max value from RGB is 81 - color contains mainly: blue. Hex color #163C51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163C51 is #E9C3AE. Grayscale: #323232. Windows color (decimal): -15319983 or 5323798. OLE color: 5323798.
HSL color Cylindrical-coordinate representation of color #163C51: hue angle of 201.36º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #163C51 is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 22 | 60 | 81 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.68 |
| HSL | 201.36º | 0.57% | 0.2% | - |
| HSV(B) | 201.36º | 0.73% | 0.32% | - |
| XYZ | 3.43 | 4 | 8.38 | - |
| YUV | 51.03 | 144.91 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 60 | 81 | 0.73 | 0.26 | 0 | 0.68 | 201.36 | 0.57 | 0.2 |
| Hex | 16 | 3C | 51 | 49 | 1A | 0 | 44 | C9 | 39 | 14 |
| Octal | 26 | 74 | 121 | 111 | 32 | 0 | 104 | 311 | 71 | 24 |
| Binary | 10110 | 111100 | 1010001 | 1001001 | 11010 | 0 | 1000100 | 11001001 | 111001 | 10100 |
Color Harmonies of #163C51
Complementary color
Monochromatic Colors of #163C51
Black with #163C51
Text Example
Text Example
White with #163C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163C51; }
p { color: rgb(22,60,81); }
H1.HeaderClassName
{
color: #163C51;
}
.AnyTagClassName
{
color: #163C51;
}
</style>
background-color css
<style>
a { background-color: #163C51; }
a { background-color: rgb(22,60,81); }
div.DivClassName
{
background-color: #163C51;
}
.BgClassName
{
background-color: #163C51;
}
</style>
border-color css
<style>
span { border-color: #163C51; }
span { border-color: rgb(22,60,81); }
td.TdClassName
{
border-color: #163C51;
}
.TagClassName
{
border-color: #163C51;
}
</style>