Shades of Regal Blue #163B55
Tints of Regal Blue #163B55
RGB
CMYK
RGB Variations
Color information
#163B55 (or 0x163B55) is known color: Regal Blue. HEX triplet: 16, 3B and 55. RGB value is (22,59,85). Sum of RGB (Red+Green+Blue) = 22+59+85=166 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.25% from 166); Green value is 59 (23.44% from 255 or 35.54% from 166); Blue value is 85 (33.59% from 255 or 51.20% from 166); Max value from RGB is 85 - color contains mainly: blue. Hex color #163B55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163B55 is #E9C4AA. Grayscale: #323232. Windows color (decimal): -15320235 or 5585686. OLE color: 5585686.
HSL color Cylindrical-coordinate representation of color #163B55: hue angle of 204.76º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #163B55 is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 59 | 85 | - |
| CMYK | 0.74 | 0.31 | 0 | 0.67 |
| HSL | 204.76º | 0.59% | 0.21% | - |
| HSV(B) | 204.76º | 0.74% | 0.33% | - |
| XYZ | 3.53 | 3.95 | 9.17 | - |
| YUV | 50.9 | 147.24 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 59 | 85 | 0.74 | 0.31 | 0 | 0.67 | 204.76 | 0.59 | 0.21 |
| Hex | 16 | 3B | 55 | 4A | 1F | 0 | 43 | CD | 3B | 15 |
| Octal | 26 | 73 | 125 | 112 | 37 | 0 | 103 | 315 | 73 | 25 |
| Binary | 10110 | 111011 | 1010101 | 1001010 | 11111 | 0 | 1000011 | 11001101 | 111011 | 10101 |
Color Harmonies of #163B55
Complementary color
Monochromatic Colors of #163B55
Black with #163B55
Text Example
Text Example
White with #163B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163B55; }
p { color: rgb(22,59,85); }
H1.HeaderClassName
{
color: #163B55;
}
.AnyTagClassName
{
color: #163B55;
}
</style>
background-color css
<style>
a { background-color: #163B55; }
a { background-color: rgb(22,59,85); }
div.DivClassName
{
background-color: #163B55;
}
.BgClassName
{
background-color: #163B55;
}
</style>
border-color css
<style>
span { border-color: #163B55; }
span { border-color: rgb(22,59,85); }
td.TdClassName
{
border-color: #163B55;
}
.TagClassName
{
border-color: #163B55;
}
</style>