Shades of Regal Blue #163A58
Tints of Regal Blue #163A58
RGB
CMYK
RGB Variations
Color information
#163A58 (or 0x163A58) is known color: Regal Blue. HEX triplet: 16, 3A and 58. RGB value is (22,58,88). Sum of RGB (Red+Green+Blue) = 22+58+88=168 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.10% from 168); Green value is 58 (23.05% from 255 or 34.52% from 168); Blue value is 88 (34.77% from 255 or 52.38% from 168); Max value from RGB is 88 - color contains mainly: blue. Hex color #163A58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163A58 is #E9C5A7. Grayscale: #323232. Windows color (decimal): -15320488 or 5782038. OLE color: 5782038.
HSL color Cylindrical-coordinate representation of color #163A58: hue angle of 207.27º 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 #163A58 is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 58 | 88 | - |
| CMYK | 0.75 | 0.34 | 0 | 0.65 |
| HSL | 207.27º | 0.6% | 0.22% | - |
| HSV(B) | 207.27º | 0.75% | 0.35% | - |
| XYZ | 3.61 | 3.9 | 9.8 | - |
| YUV | 50.66 | 149.07 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 58 | 88 | 0.75 | 0.34 | 0 | 0.65 | 207.27 | 0.6 | 0.22 |
| Hex | 16 | 3A | 58 | 4B | 22 | 0 | 41 | CF | 3C | 16 |
| Octal | 26 | 72 | 130 | 113 | 42 | 0 | 101 | 317 | 74 | 26 |
| Binary | 10110 | 111010 | 1011000 | 1001011 | 100010 | 0 | 1000001 | 11001111 | 111100 | 10110 |
Color Harmonies of #163A58
Complementary color
Monochromatic Colors of #163A58
Black with #163A58
Text Example
Text Example
White with #163A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163A58; }
p { color: rgb(22,58,88); }
H1.HeaderClassName
{
color: #163A58;
}
.AnyTagClassName
{
color: #163A58;
}
</style>
background-color css
<style>
a { background-color: #163A58; }
a { background-color: rgb(22,58,88); }
div.DivClassName
{
background-color: #163A58;
}
.BgClassName
{
background-color: #163A58;
}
</style>
border-color css
<style>
span { border-color: #163A58; }
span { border-color: rgb(22,58,88); }
td.TdClassName
{
border-color: #163A58;
}
.TagClassName
{
border-color: #163A58;
}
</style>