Shades of Regal Blue #173C65
Tints of Regal Blue #173C65
RGB
CMYK
RGB Variations
Color information
#173C65 (or 0x173C65) is known color: Regal Blue. HEX triplet: 17, 3C and 65. RGB value is (23,60,101). Sum of RGB (Red+Green+Blue) = 23+60+101=184 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.5% from 184); Green value is 60 (23.83% from 255 or 32.61% from 184); Blue value is 101 (39.84% from 255 or 54.89% from 184); Max value from RGB is 101 - color contains mainly: blue. Hex color #173C65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173C65 is #E8C39A. Grayscale: #353535. Windows color (decimal): -15254427 or 6634519. OLE color: 6634519.
HSL color Cylindrical-coordinate representation of color #173C65: hue angle of 211.54º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #173C65 is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 23 | 60 | 101 | - |
| CMYK | 0.77 | 0.41 | 0 | 0.60 |
| HSL | 211.54º | 0.63% | 0.24% | - |
| HSV(B) | 211.54º | 0.77% | 0.4% | - |
| XYZ | 4.32 | 4.35 | 12.92 | - |
| YUV | 53.61 | 154.74 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 60 | 101 | 0.77 | 0.41 | 0 | 0.60 | 211.54 | 0.63 | 0.24 |
| Hex | 17 | 3C | 65 | 4D | 29 | 0 | 3C | D4 | 3F | 18 |
| Octal | 27 | 74 | 145 | 115 | 51 | 0 | 74 | 324 | 77 | 30 |
| Binary | 10111 | 111100 | 1100101 | 1001101 | 101001 | 0 | 111100 | 11010100 | 111111 | 11000 |
Color Harmonies of #173C65
Complementary color
Monochromatic Colors of #173C65
Black with #173C65
Text Example
Text Example
White with #173C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173C65; }
p { color: rgb(23,60,101); }
H1.HeaderClassName
{
color: #173C65;
}
.AnyTagClassName
{
color: #173C65;
}
</style>
background-color css
<style>
a { background-color: #173C65; }
a { background-color: rgb(23,60,101); }
div.DivClassName
{
background-color: #173C65;
}
.BgClassName
{
background-color: #173C65;
}
</style>
border-color css
<style>
span { border-color: #173C65; }
span { border-color: rgb(23,60,101); }
td.TdClassName
{
border-color: #173C65;
}
.TagClassName
{
border-color: #173C65;
}
</style>