Shades of Regal Blue #173F57
Tints of Regal Blue #173F57
RGB
CMYK
RGB Variations
Color information
#173F57 (or 0x173F57) is known color: Regal Blue. HEX triplet: 17, 3F and 57. RGB value is (23,63,87). Sum of RGB (Red+Green+Blue) = 23+63+87=173 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.29% from 173); Green value is 63 (25% from 255 or 36.42% from 173); Blue value is 87 (34.38% from 255 or 50.29% from 173); Max value from RGB is 87 - color contains mainly: blue. Hex color #173F57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173F57 is #E8C0A8. Grayscale: #353535. Windows color (decimal): -15253673 or 5717783. OLE color: 5717783.
HSL color Cylindrical-coordinate representation of color #173F57: hue angle of 202.5º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #173F57 is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 23 | 63 | 87 | - |
| CMYK | 0.74 | 0.28 | 0 | 0.66 |
| HSL | 202.5º | 0.58% | 0.22% | - |
| HSV(B) | 202.5º | 0.74% | 0.34% | - |
| XYZ | 3.85 | 4.43 | 9.67 | - |
| YUV | 53.78 | 146.75 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 63 | 87 | 0.74 | 0.28 | 0 | 0.66 | 202.5 | 0.58 | 0.22 |
| Hex | 17 | 3F | 57 | 4A | 1C | 0 | 42 | CA | 3A | 16 |
| Octal | 27 | 77 | 127 | 112 | 34 | 0 | 102 | 312 | 72 | 26 |
| Binary | 10111 | 111111 | 1010111 | 1001010 | 11100 | 0 | 1000010 | 11001010 | 111010 | 10110 |
Color Harmonies of #173F57
Complementary color
Monochromatic Colors of #173F57
Black with #173F57
Text Example
Text Example
White with #173F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173F57; }
p { color: rgb(23,63,87); }
H1.HeaderClassName
{
color: #173F57;
}
.AnyTagClassName
{
color: #173F57;
}
</style>
background-color css
<style>
a { background-color: #173F57; }
a { background-color: rgb(23,63,87); }
div.DivClassName
{
background-color: #173F57;
}
.BgClassName
{
background-color: #173F57;
}
</style>
border-color css
<style>
span { border-color: #173F57; }
span { border-color: rgb(23,63,87); }
td.TdClassName
{
border-color: #173F57;
}
.TagClassName
{
border-color: #173F57;
}
</style>