Shades of Regal Blue #163A5E
Tints of Regal Blue #163A5E
RGB
CMYK
RGB Variations
Color information
#163A5E (or 0x163A5E) is known color: Regal Blue. HEX triplet: 16, 3A and 5E. RGB value is (22,58,94). Sum of RGB (Red+Green+Blue) = 22+58+94=174 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.64% from 174); Green value is 58 (23.05% from 255 or 33.33% from 174); Blue value is 94 (37.11% from 255 or 54.02% from 174); Max value from RGB is 94 - color contains mainly: blue. Hex color #163A5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163A5E is #E9C5A1. Grayscale: #333333. Windows color (decimal): -15320482 or 6175254. OLE color: 6175254.
HSL color Cylindrical-coordinate representation of color #163A5E: hue angle of 210º 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 #163A5E is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 22 | 58 | 94 | - |
| CMYK | 0.77 | 0.38 | 0 | 0.63 |
| HSL | 210º | 0.62% | 0.23% | - |
| HSV(B) | 210º | 0.77% | 0.37% | - |
| XYZ | 3.86 | 4 | 11.16 | - |
| YUV | 51.34 | 152.07 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 58 | 94 | 0.77 | 0.38 | 0 | 0.63 | 210 | 0.62 | 0.23 |
| Hex | 16 | 3A | 5E | 4D | 26 | 0 | 3F | D2 | 3E | 17 |
| Octal | 26 | 72 | 136 | 115 | 46 | 0 | 77 | 322 | 76 | 27 |
| Binary | 10110 | 111010 | 1011110 | 1001101 | 100110 | 0 | 111111 | 11010010 | 111110 | 10111 |
Color Harmonies of #163A5E
Complementary color
Monochromatic Colors of #163A5E
Black with #163A5E
Text Example
Text Example
White with #163A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163A5E; }
p { color: rgb(22,58,94); }
H1.HeaderClassName
{
color: #163A5E;
}
.AnyTagClassName
{
color: #163A5E;
}
</style>
background-color css
<style>
a { background-color: #163A5E; }
a { background-color: rgb(22,58,94); }
div.DivClassName
{
background-color: #163A5E;
}
.BgClassName
{
background-color: #163A5E;
}
</style>
border-color css
<style>
span { border-color: #163A5E; }
span { border-color: rgb(22,58,94); }
td.TdClassName
{
border-color: #163A5E;
}
.TagClassName
{
border-color: #163A5E;
}
</style>