Shades of Regal Blue #163A5C
Tints of Regal Blue #163A5C
RGB
CMYK
RGB Variations
Color information
#163A5C (or 0x163A5C) is known color: Regal Blue. HEX triplet: 16, 3A and 5C. RGB value is (22,58,92). Sum of RGB (Red+Green+Blue) = 22+58+92=172 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.79% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 92 (36.33% from 255 or 53.49% from 172); Max value from RGB is 92 - color contains mainly: blue. Hex color #163A5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163A5C is #E9C5A3. Grayscale: #323232. Windows color (decimal): -15320484 or 6044182. OLE color: 6044182.
HSL color Cylindrical-coordinate representation of color #163A5C: hue angle of 209.14º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #163A5C is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 58 | 92 | - |
| CMYK | 0.76 | 0.37 | 0 | 0.64 |
| HSL | 209.14º | 0.61% | 0.22% | - |
| HSV(B) | 209.14º | 0.76% | 0.36% | - |
| XYZ | 3.78 | 3.97 | 10.69 | - |
| YUV | 51.11 | 151.07 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 58 | 92 | 0.76 | 0.37 | 0 | 0.64 | 209.14 | 0.61 | 0.22 |
| Hex | 16 | 3A | 5C | 4C | 25 | 0 | 40 | D1 | 3D | 16 |
| Octal | 26 | 72 | 134 | 114 | 45 | 0 | 100 | 321 | 75 | 26 |
| Binary | 10110 | 111010 | 1011100 | 1001100 | 100101 | 0 | 1000000 | 11010001 | 111101 | 10110 |
Color Harmonies of #163A5C
Complementary color
Monochromatic Colors of #163A5C
Black with #163A5C
Text Example
Text Example
White with #163A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163A5C; }
p { color: rgb(22,58,92); }
H1.HeaderClassName
{
color: #163A5C;
}
.AnyTagClassName
{
color: #163A5C;
}
</style>
background-color css
<style>
a { background-color: #163A5C; }
a { background-color: rgb(22,58,92); }
div.DivClassName
{
background-color: #163A5C;
}
.BgClassName
{
background-color: #163A5C;
}
</style>
border-color css
<style>
span { border-color: #163A5C; }
span { border-color: rgb(22,58,92); }
td.TdClassName
{
border-color: #163A5C;
}
.TagClassName
{
border-color: #163A5C;
}
</style>