Shades of Regal Blue #173C5E
Tints of Regal Blue #173C5E
RGB
CMYK
RGB Variations
Color information
#173C5E (or 0x173C5E) is known color: Regal Blue. HEX triplet: 17, 3C and 5E. RGB value is (23,60,94). Sum of RGB (Red+Green+Blue) = 23+60+94=177 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.99% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 94 (37.11% from 255 or 53.11% from 177); Max value from RGB is 94 - color contains mainly: blue. Hex color #173C5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173C5E is #E8C3A1. Grayscale: #343434. Windows color (decimal): -15254434 or 6175767. OLE color: 6175767.
HSL color Cylindrical-coordinate representation of color #173C5E: hue angle of 208.73º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #173C5E is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 23 | 60 | 94 | - |
| CMYK | 0.76 | 0.36 | 0 | 0.63 |
| HSL | 208.73º | 0.61% | 0.23% | - |
| HSV(B) | 208.73º | 0.76% | 0.37% | - |
| XYZ | 3.99 | 4.22 | 11.19 | - |
| YUV | 52.81 | 151.24 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 60 | 94 | 0.76 | 0.36 | 0 | 0.63 | 208.73 | 0.61 | 0.23 |
| Hex | 17 | 3C | 5E | 4C | 24 | 0 | 3F | D1 | 3D | 17 |
| Octal | 27 | 74 | 136 | 114 | 44 | 0 | 77 | 321 | 75 | 27 |
| Binary | 10111 | 111100 | 1011110 | 1001100 | 100100 | 0 | 111111 | 11010001 | 111101 | 10111 |
Color Harmonies of #173C5E
Complementary color
Monochromatic Colors of #173C5E
Black with #173C5E
Text Example
Text Example
White with #173C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173C5E; }
p { color: rgb(23,60,94); }
H1.HeaderClassName
{
color: #173C5E;
}
.AnyTagClassName
{
color: #173C5E;
}
</style>
background-color css
<style>
a { background-color: #173C5E; }
a { background-color: rgb(23,60,94); }
div.DivClassName
{
background-color: #173C5E;
}
.BgClassName
{
background-color: #173C5E;
}
</style>
border-color css
<style>
span { border-color: #173C5E; }
span { border-color: rgb(23,60,94); }
td.TdClassName
{
border-color: #173C5E;
}
.TagClassName
{
border-color: #173C5E;
}
</style>