Shades of Regal Blue #163C5A
Tints of Regal Blue #163C5A
RGB
CMYK
RGB Variations
Color information
#163C5A (or 0x163C5A) is known color: Regal Blue. HEX triplet: 16, 3C and 5A. RGB value is (22,60,90). Sum of RGB (Red+Green+Blue) = 22+60+90=172 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.79% from 172); Green value is 60 (23.83% from 255 or 34.88% from 172); Blue value is 90 (35.55% from 255 or 52.33% from 172); Max value from RGB is 90 - color contains mainly: blue. Hex color #163C5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163C5A is #E9C3A5. Grayscale: #333333. Windows color (decimal): -15319974 or 5913622. OLE color: 5913622.
HSL color Cylindrical-coordinate representation of color #163C5A: hue angle of 206.47º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #163C5A is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 60 | 90 | - |
| CMYK | 0.76 | 0.33 | 0 | 0.65 |
| HSL | 206.47º | 0.61% | 0.22% | - |
| HSV(B) | 206.47º | 0.76% | 0.35% | - |
| XYZ | 3.79 | 4.14 | 10.27 | - |
| YUV | 52.06 | 149.41 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 60 | 90 | 0.76 | 0.33 | 0 | 0.65 | 206.47 | 0.61 | 0.22 |
| Hex | 16 | 3C | 5A | 4C | 21 | 0 | 41 | CE | 3D | 16 |
| Octal | 26 | 74 | 132 | 114 | 41 | 0 | 101 | 316 | 75 | 26 |
| Binary | 10110 | 111100 | 1011010 | 1001100 | 100001 | 0 | 1000001 | 11001110 | 111101 | 10110 |
Color Harmonies of #163C5A
Complementary color
Monochromatic Colors of #163C5A
Black with #163C5A
Text Example
Text Example
White with #163C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163C5A; }
p { color: rgb(22,60,90); }
H1.HeaderClassName
{
color: #163C5A;
}
.AnyTagClassName
{
color: #163C5A;
}
</style>
background-color css
<style>
a { background-color: #163C5A; }
a { background-color: rgb(22,60,90); }
div.DivClassName
{
background-color: #163C5A;
}
.BgClassName
{
background-color: #163C5A;
}
</style>
border-color css
<style>
span { border-color: #163C5A; }
span { border-color: rgb(22,60,90); }
td.TdClassName
{
border-color: #163C5A;
}
.TagClassName
{
border-color: #163C5A;
}
</style>