Shades of Regal Blue #163E58
Tints of Regal Blue #163E58
RGB
CMYK
RGB Variations
Color information
#163E58 (or 0x163E58) is known color: Regal Blue. HEX triplet: 16, 3E and 58. RGB value is (22,62,88). Sum of RGB (Red+Green+Blue) = 22+62+88=172 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.79% from 172); Green value is 62 (24.61% from 255 or 36.05% from 172); Blue value is 88 (34.77% from 255 or 51.16% from 172); Max value from RGB is 88 - color contains mainly: blue. Hex color #163E58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163E58 is #E9C1A7. Grayscale: #343434. Windows color (decimal): -15319464 or 5783062. OLE color: 5783062.
HSL color Cylindrical-coordinate representation of color #163E58: hue angle of 203.64º 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 #163E58 is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 62 | 88 | - |
| CMYK | 0.75 | 0.30 | 0 | 0.65 |
| HSL | 203.64º | 0.6% | 0.22% | - |
| HSV(B) | 203.64º | 0.75% | 0.35% | - |
| XYZ | 3.81 | 4.32 | 9.87 | - |
| YUV | 53 | 147.75 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 62 | 88 | 0.75 | 0.30 | 0 | 0.65 | 203.64 | 0.6 | 0.22 |
| Hex | 16 | 3E | 58 | 4B | 1E | 0 | 41 | CC | 3C | 16 |
| Octal | 26 | 76 | 130 | 113 | 36 | 0 | 101 | 314 | 74 | 26 |
| Binary | 10110 | 111110 | 1011000 | 1001011 | 11110 | 0 | 1000001 | 11001100 | 111100 | 10110 |
Color Harmonies of #163E58
Complementary color
Monochromatic Colors of #163E58
Black with #163E58
Text Example
Text Example
White with #163E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163E58; }
p { color: rgb(22,62,88); }
H1.HeaderClassName
{
color: #163E58;
}
.AnyTagClassName
{
color: #163E58;
}
</style>
background-color css
<style>
a { background-color: #163E58; }
a { background-color: rgb(22,62,88); }
div.DivClassName
{
background-color: #163E58;
}
.BgClassName
{
background-color: #163E58;
}
</style>
border-color css
<style>
span { border-color: #163E58; }
span { border-color: rgb(22,62,88); }
td.TdClassName
{
border-color: #163E58;
}
.TagClassName
{
border-color: #163E58;
}
</style>