Shades of Regal Blue #163951
Tints of Regal Blue #163951
RGB
CMYK
RGB Variations
Color information
#163951 (or 0x163951) is known color: Regal Blue. HEX triplet: 16, 39 and 51. RGB value is (22,57,81). Sum of RGB (Red+Green+Blue) = 22+57+81=160 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.75% from 160); Green value is 57 (22.66% from 255 or 35.62% from 160); Blue value is 81 (32.03% from 255 or 50.62% from 160); Max value from RGB is 81 - color contains mainly: blue. Hex color #163951 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163951 is #E9C6AE. Grayscale: #313131. Windows color (decimal): -15320751 or 5323030. OLE color: 5323030.
HSL color Cylindrical-coordinate representation of color #163951: hue angle of 204.41º degrees, saturation: 0.57, 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 #163951 is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 22 | 57 | 81 | - |
| CMYK | 0.73 | 0.30 | 0 | 0.68 |
| HSL | 204.41º | 0.57% | 0.2% | - |
| HSV(B) | 204.41º | 0.73% | 0.32% | - |
| XYZ | 3.28 | 3.69 | 8.32 | - |
| YUV | 49.27 | 145.9 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 57 | 81 | 0.73 | 0.30 | 0 | 0.68 | 204.41 | 0.57 | 0.2 |
| Hex | 16 | 39 | 51 | 49 | 1E | 0 | 44 | CC | 39 | 14 |
| Octal | 26 | 71 | 121 | 111 | 36 | 0 | 104 | 314 | 71 | 24 |
| Binary | 10110 | 111001 | 1010001 | 1001001 | 11110 | 0 | 1000100 | 11001100 | 111001 | 10100 |
Color Harmonies of #163951
Complementary color
Monochromatic Colors of #163951
Black with #163951
Text Example
Text Example
White with #163951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163951; }
p { color: rgb(22,57,81); }
H1.HeaderClassName
{
color: #163951;
}
.AnyTagClassName
{
color: #163951;
}
</style>
background-color css
<style>
a { background-color: #163951; }
a { background-color: rgb(22,57,81); }
div.DivClassName
{
background-color: #163951;
}
.BgClassName
{
background-color: #163951;
}
</style>
border-color css
<style>
span { border-color: #163951; }
span { border-color: rgb(22,57,81); }
td.TdClassName
{
border-color: #163951;
}
.TagClassName
{
border-color: #163951;
}
</style>