Shades of Regal Blue #163B5A
Tints of Regal Blue #163B5A
RGB
CMYK
RGB Variations
Color information
#163B5A (or 0x163B5A) is known color: Regal Blue. HEX triplet: 16, 3B and 5A. RGB value is (22,59,90). Sum of RGB (Red+Green+Blue) = 22+59+90=171 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.87% from 171); Green value is 59 (23.44% from 255 or 34.50% from 171); Blue value is 90 (35.55% from 255 or 52.63% from 171); Max value from RGB is 90 - color contains mainly: blue. Hex color #163B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163B5A is #E9C4A5. Grayscale: #333333. Windows color (decimal): -15320230 or 5913366. OLE color: 5913366.
HSL color Cylindrical-coordinate representation of color #163B5A: hue angle of 207.35º 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 #163B5A is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 59 | 90 | - |
| CMYK | 0.76 | 0.34 | 0 | 0.65 |
| HSL | 207.35º | 0.61% | 0.22% | - |
| HSV(B) | 207.35º | 0.76% | 0.35% | - |
| XYZ | 3.74 | 4.04 | 10.25 | - |
| YUV | 51.47 | 149.74 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 59 | 90 | 0.76 | 0.34 | 0 | 0.65 | 207.35 | 0.61 | 0.22 |
| Hex | 16 | 3B | 5A | 4C | 22 | 0 | 41 | CF | 3D | 16 |
| Octal | 26 | 73 | 132 | 114 | 42 | 0 | 101 | 317 | 75 | 26 |
| Binary | 10110 | 111011 | 1011010 | 1001100 | 100010 | 0 | 1000001 | 11001111 | 111101 | 10110 |
Color Harmonies of #163B5A
Complementary color
Monochromatic Colors of #163B5A
Black with #163B5A
Text Example
Text Example
White with #163B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163B5A; }
p { color: rgb(22,59,90); }
H1.HeaderClassName
{
color: #163B5A;
}
.AnyTagClassName
{
color: #163B5A;
}
</style>
background-color css
<style>
a { background-color: #163B5A; }
a { background-color: rgb(22,59,90); }
div.DivClassName
{
background-color: #163B5A;
}
.BgClassName
{
background-color: #163B5A;
}
</style>
border-color css
<style>
span { border-color: #163B5A; }
span { border-color: rgb(22,59,90); }
td.TdClassName
{
border-color: #163B5A;
}
.TagClassName
{
border-color: #163B5A;
}
</style>