Shades of Regal Blue #163656
Tints of Regal Blue #163656
RGB
CMYK
RGB Variations
Color information
#163656 (or 0x163656) is known color: Regal Blue. HEX triplet: 16, 36 and 56. RGB value is (22,54,86). Sum of RGB (Red+Green+Blue) = 22+54+86=162 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.58% from 162); Green value is 54 (21.48% from 255 or 33.33% from 162); Blue value is 86 (33.98% from 255 or 53.09% from 162); Max value from RGB is 86 - color contains mainly: blue. Hex color #163656 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163656 is #E9C9A9. Grayscale: #2F2F2F. Windows color (decimal): -15321514 or 5649942. OLE color: 5649942.
HSL color Cylindrical-coordinate representation of color #163656: hue angle of 210º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #163656 is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 22 | 54 | 86 | - |
| CMYK | 0.74 | 0.37 | 0 | 0.66 |
| HSL | 210º | 0.59% | 0.21% | - |
| HSV(B) | 210º | 0.74% | 0.34% | - |
| XYZ | 3.33 | 3.48 | 9.3 | - |
| YUV | 48.08 | 149.4 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 54 | 86 | 0.74 | 0.37 | 0 | 0.66 | 210 | 0.59 | 0.21 |
| Hex | 16 | 36 | 56 | 4A | 25 | 0 | 42 | D2 | 3B | 15 |
| Octal | 26 | 66 | 126 | 112 | 45 | 0 | 102 | 322 | 73 | 25 |
| Binary | 10110 | 110110 | 1010110 | 1001010 | 100101 | 0 | 1000010 | 11010010 | 111011 | 10101 |
Color Harmonies of #163656
Complementary color
Monochromatic Colors of #163656
Black with #163656
Text Example
Text Example
White with #163656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163656; }
p { color: rgb(22,54,86); }
H1.HeaderClassName
{
color: #163656;
}
.AnyTagClassName
{
color: #163656;
}
</style>
background-color css
<style>
a { background-color: #163656; }
a { background-color: rgb(22,54,86); }
div.DivClassName
{
background-color: #163656;
}
.BgClassName
{
background-color: #163656;
}
</style>
border-color css
<style>
span { border-color: #163656; }
span { border-color: rgb(22,54,86); }
td.TdClassName
{
border-color: #163656;
}
.TagClassName
{
border-color: #163656;
}
</style>