Shades of Regal Blue #173A60
Tints of Regal Blue #173A60
RGB
CMYK
RGB Variations
Color information
#173A60 (or 0x173A60) is known color: Regal Blue. HEX triplet: 17, 3A and 60. RGB value is (23,58,96). Sum of RGB (Red+Green+Blue) = 23+58+96=177 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.99% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 96 (37.89% from 255 or 54.24% from 177); Max value from RGB is 96 - color contains mainly: blue. Hex color #173A60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173A60 is #E8C59F. Grayscale: #333333. Windows color (decimal): -15254944 or 6306327. OLE color: 6306327.
HSL color Cylindrical-coordinate representation of color #173A60: hue angle of 211.23º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #173A60 is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 23 | 58 | 96 | - |
| CMYK | 0.76 | 0.40 | 0 | 0.62 |
| HSL | 211.23º | 0.61% | 0.23% | - |
| HSV(B) | 211.23º | 0.76% | 0.38% | - |
| XYZ | 3.98 | 4.05 | 11.64 | - |
| YUV | 51.87 | 152.9 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 58 | 96 | 0.76 | 0.40 | 0 | 0.62 | 211.23 | 0.61 | 0.23 |
| Hex | 17 | 3A | 60 | 4C | 28 | 0 | 3E | D3 | 3D | 17 |
| Octal | 27 | 72 | 140 | 114 | 50 | 0 | 76 | 323 | 75 | 27 |
| Binary | 10111 | 111010 | 1100000 | 1001100 | 101000 | 0 | 111110 | 11010011 | 111101 | 10111 |
Color Harmonies of #173A60
Complementary color
Monochromatic Colors of #173A60
Black with #173A60
Text Example
Text Example
White with #173A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173A60; }
p { color: rgb(23,58,96); }
H1.HeaderClassName
{
color: #173A60;
}
.AnyTagClassName
{
color: #173A60;
}
</style>
background-color css
<style>
a { background-color: #173A60; }
a { background-color: rgb(23,58,96); }
div.DivClassName
{
background-color: #173A60;
}
.BgClassName
{
background-color: #173A60;
}
</style>
border-color css
<style>
span { border-color: #173A60; }
span { border-color: rgb(23,58,96); }
td.TdClassName
{
border-color: #173A60;
}
.TagClassName
{
border-color: #173A60;
}
</style>