Shades of Regal Blue #163C59
Tints of Regal Blue #163C59
RGB
CMYK
RGB Variations
Color information
#163C59 (or 0x163C59) is known color: Regal Blue. HEX triplet: 16, 3C and 59. RGB value is (22,60,89). Sum of RGB (Red+Green+Blue) = 22+60+89=171 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.87% from 171); Green value is 60 (23.83% from 255 or 35.09% from 171); Blue value is 89 (35.16% from 255 or 52.05% from 171); Max value from RGB is 89 - color contains mainly: blue. Hex color #163C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163C59 is #E9C3A6. Grayscale: #333333. Windows color (decimal): -15319975 or 5848086. OLE color: 5848086.
HSL color Cylindrical-coordinate representation of color #163C59: hue angle of 205.97º 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 #163C59 is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 60 | 89 | - |
| CMYK | 0.75 | 0.33 | 0 | 0.65 |
| HSL | 205.97º | 0.6% | 0.22% | - |
| HSV(B) | 205.97º | 0.75% | 0.35% | - |
| XYZ | 3.75 | 4.12 | 10.05 | - |
| YUV | 51.94 | 148.91 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 60 | 89 | 0.75 | 0.33 | 0 | 0.65 | 205.97 | 0.6 | 0.22 |
| Hex | 16 | 3C | 59 | 4B | 21 | 0 | 41 | CE | 3C | 16 |
| Octal | 26 | 74 | 131 | 113 | 41 | 0 | 101 | 316 | 74 | 26 |
| Binary | 10110 | 111100 | 1011001 | 1001011 | 100001 | 0 | 1000001 | 11001110 | 111100 | 10110 |
Color Harmonies of #163C59
Complementary color
Monochromatic Colors of #163C59
Black with #163C59
Text Example
Text Example
White with #163C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163C59; }
p { color: rgb(22,60,89); }
H1.HeaderClassName
{
color: #163C59;
}
.AnyTagClassName
{
color: #163C59;
}
</style>
background-color css
<style>
a { background-color: #163C59; }
a { background-color: rgb(22,60,89); }
div.DivClassName
{
background-color: #163C59;
}
.BgClassName
{
background-color: #163C59;
}
</style>
border-color css
<style>
span { border-color: #163C59; }
span { border-color: rgb(22,60,89); }
td.TdClassName
{
border-color: #163C59;
}
.TagClassName
{
border-color: #163C59;
}
</style>