Shades of Regal Blue #163856
Tints of Regal Blue #163856
RGB
CMYK
RGB Variations
Color information
#163856 (or 0x163856) is known color: Regal Blue. HEX triplet: 16, 38 and 56. RGB value is (22,56,86). Sum of RGB (Red+Green+Blue) = 22+56+86=164 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.41% from 164); Green value is 56 (22.27% from 255 or 34.15% from 164); Blue value is 86 (33.98% from 255 or 52.44% from 164); Max value from RGB is 86 - color contains mainly: blue. Hex color #163856 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163856 is #E9C7A9. Grayscale: #313131. Windows color (decimal): -15321002 or 5650454. OLE color: 5650454.
HSL color Cylindrical-coordinate representation of color #163856: hue angle of 208.12º 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 #163856 is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 22 | 56 | 86 | - |
| CMYK | 0.74 | 0.35 | 0 | 0.66 |
| HSL | 208.13º | 0.59% | 0.21% | - |
| HSV(B) | 208.13º | 0.74% | 0.34% | - |
| XYZ | 3.42 | 3.67 | 9.33 | - |
| YUV | 49.25 | 148.74 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 56 | 86 | 0.74 | 0.35 | 0 | 0.66 | 208.13 | 0.59 | 0.21 |
| Hex | 16 | 38 | 56 | 4A | 23 | 0 | 42 | D0 | 3B | 15 |
| Octal | 26 | 70 | 126 | 112 | 43 | 0 | 102 | 320 | 73 | 25 |
| Binary | 10110 | 111000 | 1010110 | 1001010 | 100011 | 0 | 1000010 | 11010000 | 111011 | 10101 |
Color Harmonies of #163856
Complementary color
Monochromatic Colors of #163856
Black with #163856
Text Example
Text Example
White with #163856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163856; }
p { color: rgb(22,56,86); }
H1.HeaderClassName
{
color: #163856;
}
.AnyTagClassName
{
color: #163856;
}
</style>
background-color css
<style>
a { background-color: #163856; }
a { background-color: rgb(22,56,86); }
div.DivClassName
{
background-color: #163856;
}
.BgClassName
{
background-color: #163856;
}
</style>
border-color css
<style>
span { border-color: #163856; }
span { border-color: rgb(22,56,86); }
td.TdClassName
{
border-color: #163856;
}
.TagClassName
{
border-color: #163856;
}
</style>