Shades of Regal Blue #163255
Tints of Regal Blue #163255
RGB
CMYK
RGB Variations
Color information
#163255 (or 0x163255) is known color: Regal Blue. HEX triplet: 16, 32 and 55. RGB value is (22,50,85). Sum of RGB (Red+Green+Blue) = 22+50+85=157 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.01% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 85 (33.59% from 255 or 54.14% from 157); Max value from RGB is 85 - color contains mainly: blue. Hex color #163255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163255 is #E9CDAA. Grayscale: #2D2D2D. Windows color (decimal): -15322539 or 5583382. OLE color: 5583382.
HSL color Cylindrical-coordinate representation of color #163255: hue angle of 213.33º 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 #163255 is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 50 | 85 | - |
| CMYK | 0.74 | 0.41 | 0 | 0.67 |
| HSL | 213.33º | 0.59% | 0.21% | - |
| HSV(B) | 213.33º | 0.74% | 0.33% | - |
| XYZ | 3.11 | 3.11 | 9.03 | - |
| YUV | 45.62 | 150.22 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 50 | 85 | 0.74 | 0.41 | 0 | 0.67 | 213.33 | 0.59 | 0.21 |
| Hex | 16 | 32 | 55 | 4A | 29 | 0 | 43 | D5 | 3B | 15 |
| Octal | 26 | 62 | 125 | 112 | 51 | 0 | 103 | 325 | 73 | 25 |
| Binary | 10110 | 110010 | 1010101 | 1001010 | 101001 | 0 | 1000011 | 11010101 | 111011 | 10101 |
Color Harmonies of #163255
Complementary color
Monochromatic Colors of #163255
Black with #163255
Text Example
Text Example
White with #163255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163255; }
p { color: rgb(22,50,85); }
H1.HeaderClassName
{
color: #163255;
}
.AnyTagClassName
{
color: #163255;
}
</style>
background-color css
<style>
a { background-color: #163255; }
a { background-color: rgb(22,50,85); }
div.DivClassName
{
background-color: #163255;
}
.BgClassName
{
background-color: #163255;
}
</style>
border-color css
<style>
span { border-color: #163255; }
span { border-color: rgb(22,50,85); }
td.TdClassName
{
border-color: #163255;
}
.TagClassName
{
border-color: #163255;
}
</style>