Shades of Regal Blue #163D55
Tints of Regal Blue #163D55
RGB
CMYK
RGB Variations
Color information
#163D55 (or 0x163D55) is known color: Regal Blue. HEX triplet: 16, 3D and 55. RGB value is (22,61,85). Sum of RGB (Red+Green+Blue) = 22+61+85=168 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.10% from 168); Green value is 61 (24.22% from 255 or 36.31% from 168); Blue value is 85 (33.59% from 255 or 50.60% from 168); Max value from RGB is 85 - color contains mainly: blue. Hex color #163D55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163D55 is #E9C2AA. Grayscale: #333333. Windows color (decimal): -15319723 or 5586198. OLE color: 5586198.
HSL color Cylindrical-coordinate representation of color #163D55: hue angle of 202.86º 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 #163D55 is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 61 | 85 | - |
| CMYK | 0.74 | 0.28 | 0 | 0.67 |
| HSL | 202.86º | 0.59% | 0.21% | - |
| HSV(B) | 202.86º | 0.74% | 0.33% | - |
| XYZ | 3.64 | 4.16 | 9.21 | - |
| YUV | 52.08 | 146.58 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 61 | 85 | 0.74 | 0.28 | 0 | 0.67 | 202.86 | 0.59 | 0.21 |
| Hex | 16 | 3D | 55 | 4A | 1C | 0 | 43 | CB | 3B | 15 |
| Octal | 26 | 75 | 125 | 112 | 34 | 0 | 103 | 313 | 73 | 25 |
| Binary | 10110 | 111101 | 1010101 | 1001010 | 11100 | 0 | 1000011 | 11001011 | 111011 | 10101 |
Color Harmonies of #163D55
Complementary color
Monochromatic Colors of #163D55
Black with #163D55
Text Example
Text Example
White with #163D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163D55; }
p { color: rgb(22,61,85); }
H1.HeaderClassName
{
color: #163D55;
}
.AnyTagClassName
{
color: #163D55;
}
</style>
background-color css
<style>
a { background-color: #163D55; }
a { background-color: rgb(22,61,85); }
div.DivClassName
{
background-color: #163D55;
}
.BgClassName
{
background-color: #163D55;
}
</style>
border-color css
<style>
span { border-color: #163D55; }
span { border-color: rgb(22,61,85); }
td.TdClassName
{
border-color: #163D55;
}
.TagClassName
{
border-color: #163D55;
}
</style>