Shades of Regal Blue #163A52
Tints of Regal Blue #163A52
RGB
CMYK
RGB Variations
Color information
#163A52 (or 0x163A52) is known color: Regal Blue. HEX triplet: 16, 3A and 52. RGB value is (22,58,82). Sum of RGB (Red+Green+Blue) = 22+58+82=162 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.58% from 162); Green value is 58 (23.05% from 255 or 35.80% from 162); Blue value is 82 (32.42% from 255 or 50.62% from 162); Max value from RGB is 82 - color contains mainly: blue. Hex color #163A52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163A52 is #E9C5AD. Grayscale: #313131. Windows color (decimal): -15320494 or 5388822. OLE color: 5388822.
HSL color Cylindrical-coordinate representation of color #163A52: hue angle of 204º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #163A52 is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 22 | 58 | 82 | - |
| CMYK | 0.73 | 0.29 | 0 | 0.68 |
| HSL | 204º | 0.58% | 0.2% | - |
| HSV(B) | 204º | 0.73% | 0.32% | - |
| XYZ | 3.37 | 3.81 | 8.54 | - |
| YUV | 49.97 | 146.07 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 58 | 82 | 0.73 | 0.29 | 0 | 0.68 | 204 | 0.58 | 0.2 |
| Hex | 16 | 3A | 52 | 49 | 1D | 0 | 44 | CC | 3A | 14 |
| Octal | 26 | 72 | 122 | 111 | 35 | 0 | 104 | 314 | 72 | 24 |
| Binary | 10110 | 111010 | 1010010 | 1001001 | 11101 | 0 | 1000100 | 11001100 | 111010 | 10100 |
Color Harmonies of #163A52
Complementary color
Monochromatic Colors of #163A52
Black with #163A52
Text Example
Text Example
White with #163A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163A52; }
p { color: rgb(22,58,82); }
H1.HeaderClassName
{
color: #163A52;
}
.AnyTagClassName
{
color: #163A52;
}
</style>
background-color css
<style>
a { background-color: #163A52; }
a { background-color: rgb(22,58,82); }
div.DivClassName
{
background-color: #163A52;
}
.BgClassName
{
background-color: #163A52;
}
</style>
border-color css
<style>
span { border-color: #163A52; }
span { border-color: rgb(22,58,82); }
td.TdClassName
{
border-color: #163A52;
}
.TagClassName
{
border-color: #163A52;
}
</style>