Shades of Regal Blue #163C55
Tints of Regal Blue #163C55
RGB
CMYK
RGB Variations
Color information
#163C55 (or 0x163C55) is known color: Regal Blue. HEX triplet: 16, 3C and 55. RGB value is (22,60,85). Sum of RGB (Red+Green+Blue) = 22+60+85=167 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.17% from 167); Green value is 60 (23.83% from 255 or 35.93% from 167); Blue value is 85 (33.59% from 255 or 50.90% from 167); Max value from RGB is 85 - color contains mainly: blue. Hex color #163C55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163C55 is #E9C3AA. Grayscale: #333333. Windows color (decimal): -15319979 or 5585942. OLE color: 5585942.
HSL color Cylindrical-coordinate representation of color #163C55: hue angle of 203.81º 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 #163C55 is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 60 | 85 | - |
| CMYK | 0.74 | 0.29 | 0 | 0.67 |
| HSL | 203.81º | 0.59% | 0.21% | - |
| HSV(B) | 203.81º | 0.74% | 0.33% | - |
| XYZ | 3.59 | 4.06 | 9.19 | - |
| YUV | 51.49 | 146.91 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 60 | 85 | 0.74 | 0.29 | 0 | 0.67 | 203.81 | 0.59 | 0.21 |
| Hex | 16 | 3C | 55 | 4A | 1D | 0 | 43 | CC | 3B | 15 |
| Octal | 26 | 74 | 125 | 112 | 35 | 0 | 103 | 314 | 73 | 25 |
| Binary | 10110 | 111100 | 1010101 | 1001010 | 11101 | 0 | 1000011 | 11001100 | 111011 | 10101 |
Color Harmonies of #163C55
Complementary color
Monochromatic Colors of #163C55
Black with #163C55
Text Example
Text Example
White with #163C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163C55; }
p { color: rgb(22,60,85); }
H1.HeaderClassName
{
color: #163C55;
}
.AnyTagClassName
{
color: #163C55;
}
</style>
background-color css
<style>
a { background-color: #163C55; }
a { background-color: rgb(22,60,85); }
div.DivClassName
{
background-color: #163C55;
}
.BgClassName
{
background-color: #163C55;
}
</style>
border-color css
<style>
span { border-color: #163C55; }
span { border-color: rgb(22,60,85); }
td.TdClassName
{
border-color: #163C55;
}
.TagClassName
{
border-color: #163C55;
}
</style>