Shades of Regal Blue #173C56
Tints of Regal Blue #173C56
RGB
CMYK
RGB Variations
Color information
#173C56 (or 0x173C56) is known color: Regal Blue. HEX triplet: 17, 3C and 56. RGB value is (23,60,86). Sum of RGB (Red+Green+Blue) = 23+60+86=169 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.61% from 169); Green value is 60 (23.83% from 255 or 35.50% from 169); Blue value is 86 (33.98% from 255 or 50.89% from 169); Max value from RGB is 86 - color contains mainly: blue. Hex color #173C56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173C56 is #E8C3A9. Grayscale: #333333. Windows color (decimal): -15254442 or 5651479. OLE color: 5651479.
HSL color Cylindrical-coordinate representation of color #173C56: hue angle of 204.76º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #173C56 is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 23 | 60 | 86 | - |
| CMYK | 0.73 | 0.30 | 0 | 0.66 |
| HSL | 204.76º | 0.58% | 0.21% | - |
| HSV(B) | 204.76º | 0.73% | 0.34% | - |
| XYZ | 3.65 | 4.09 | 9.4 | - |
| YUV | 51.9 | 147.24 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 60 | 86 | 0.73 | 0.30 | 0 | 0.66 | 204.76 | 0.58 | 0.21 |
| Hex | 17 | 3C | 56 | 49 | 1E | 0 | 42 | CD | 3A | 15 |
| Octal | 27 | 74 | 126 | 111 | 36 | 0 | 102 | 315 | 72 | 25 |
| Binary | 10111 | 111100 | 1010110 | 1001001 | 11110 | 0 | 1000010 | 11001101 | 111010 | 10101 |
Color Harmonies of #173C56
Complementary color
Monochromatic Colors of #173C56
Black with #173C56
Text Example
Text Example
White with #173C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173C56; }
p { color: rgb(23,60,86); }
H1.HeaderClassName
{
color: #173C56;
}
.AnyTagClassName
{
color: #173C56;
}
</style>
background-color css
<style>
a { background-color: #173C56; }
a { background-color: rgb(23,60,86); }
div.DivClassName
{
background-color: #173C56;
}
.BgClassName
{
background-color: #173C56;
}
</style>
border-color css
<style>
span { border-color: #173C56; }
span { border-color: rgb(23,60,86); }
td.TdClassName
{
border-color: #173C56;
}
.TagClassName
{
border-color: #173C56;
}
</style>