Shades of Regal Blue #163C58
Tints of Regal Blue #163C58
RGB
CMYK
RGB Variations
Color information
#163C58 (or 0x163C58) is known color: Regal Blue. HEX triplet: 16, 3C and 58. RGB value is (22,60,88). Sum of RGB (Red+Green+Blue) = 22+60+88=170 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.94% from 170); Green value is 60 (23.83% from 255 or 35.29% from 170); Blue value is 88 (34.77% from 255 or 51.76% from 170); Max value from RGB is 88 - color contains mainly: blue. Hex color #163C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163C58 is #E9C3A7. Grayscale: #333333. Windows color (decimal): -15319976 or 5782550. OLE color: 5782550.
HSL color Cylindrical-coordinate representation of color #163C58: hue angle of 205.45º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #163C58 is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 60 | 88 | - |
| CMYK | 0.75 | 0.32 | 0 | 0.65 |
| HSL | 205.45º | 0.6% | 0.22% | - |
| HSV(B) | 205.45º | 0.75% | 0.35% | - |
| XYZ | 3.71 | 4.11 | 9.83 | - |
| YUV | 51.83 | 148.41 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 60 | 88 | 0.75 | 0.32 | 0 | 0.65 | 205.45 | 0.6 | 0.22 |
| Hex | 16 | 3C | 58 | 4B | 20 | 0 | 41 | CD | 3C | 16 |
| Octal | 26 | 74 | 130 | 113 | 40 | 0 | 101 | 315 | 74 | 26 |
| Binary | 10110 | 111100 | 1011000 | 1001011 | 100000 | 0 | 1000001 | 11001101 | 111100 | 10110 |
Color Harmonies of #163C58
Complementary color
Monochromatic Colors of #163C58
Black with #163C58
Text Example
Text Example
White with #163C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163C58; }
p { color: rgb(22,60,88); }
H1.HeaderClassName
{
color: #163C58;
}
.AnyTagClassName
{
color: #163C58;
}
</style>
background-color css
<style>
a { background-color: #163C58; }
a { background-color: rgb(22,60,88); }
div.DivClassName
{
background-color: #163C58;
}
.BgClassName
{
background-color: #163C58;
}
</style>
border-color css
<style>
span { border-color: #163C58; }
span { border-color: rgb(22,60,88); }
td.TdClassName
{
border-color: #163C58;
}
.TagClassName
{
border-color: #163C58;
}
</style>