Shades of Regal Blue #163C5F
Tints of Regal Blue #163C5F
RGB
CMYK
RGB Variations
Color information
#163C5F (or 0x163C5F) is known color: Regal Blue. HEX triplet: 16, 3C and 5F. RGB value is (22,60,95). Sum of RGB (Red+Green+Blue) = 22+60+95=177 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.43% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 95 (37.5% from 255 or 53.67% from 177); Max value from RGB is 95 - color contains mainly: blue. Hex color #163C5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163C5F is #E9C3A0. Grayscale: #343434. Windows color (decimal): -15319969 or 6241302. OLE color: 6241302.
HSL color Cylindrical-coordinate representation of color #163C5F: hue angle of 208.77º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #163C5F is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 22 | 60 | 95 | - |
| CMYK | 0.77 | 0.37 | 0 | 0.63 |
| HSL | 208.77º | 0.62% | 0.23% | - |
| HSV(B) | 208.77º | 0.77% | 0.37% | - |
| XYZ | 4.01 | 4.23 | 11.43 | - |
| YUV | 52.63 | 151.91 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 60 | 95 | 0.77 | 0.37 | 0 | 0.63 | 208.77 | 0.62 | 0.23 |
| Hex | 16 | 3C | 5F | 4D | 25 | 0 | 3F | D1 | 3E | 17 |
| Octal | 26 | 74 | 137 | 115 | 45 | 0 | 77 | 321 | 76 | 27 |
| Binary | 10110 | 111100 | 1011111 | 1001101 | 100101 | 0 | 111111 | 11010001 | 111110 | 10111 |
Color Harmonies of #163C5F
Complementary color
Monochromatic Colors of #163C5F
Black with #163C5F
Text Example
Text Example
White with #163C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163C5F; }
p { color: rgb(22,60,95); }
H1.HeaderClassName
{
color: #163C5F;
}
.AnyTagClassName
{
color: #163C5F;
}
</style>
background-color css
<style>
a { background-color: #163C5F; }
a { background-color: rgb(22,60,95); }
div.DivClassName
{
background-color: #163C5F;
}
.BgClassName
{
background-color: #163C5F;
}
</style>
border-color css
<style>
span { border-color: #163C5F; }
span { border-color: rgb(22,60,95); }
td.TdClassName
{
border-color: #163C5F;
}
.TagClassName
{
border-color: #163C5F;
}
</style>