Shades of Regal Blue #173E55
Tints of Regal Blue #173E55
RGB
CMYK
RGB Variations
Color information
#173E55 (or 0x173E55) is known color: Regal Blue. HEX triplet: 17, 3E and 55. RGB value is (23,62,85). Sum of RGB (Red+Green+Blue) = 23+62+85=170 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.53% from 170); Green value is 62 (24.61% from 255 or 36.47% from 170); Blue value is 85 (33.59% from 255 or 50% from 170); Max value from RGB is 85 - color contains mainly: blue. Hex color #173E55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173E55 is #E8C1AA. Grayscale: #343434. Windows color (decimal): -15253931 or 5586455. OLE color: 5586455.
HSL color Cylindrical-coordinate representation of color #173E55: hue angle of 202.26º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #173E55 is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 62 | 85 | - |
| CMYK | 0.73 | 0.27 | 0 | 0.67 |
| HSL | 202.26º | 0.57% | 0.21% | - |
| HSV(B) | 202.26º | 0.73% | 0.33% | - |
| XYZ | 3.72 | 4.28 | 9.23 | - |
| YUV | 52.96 | 146.08 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 62 | 85 | 0.73 | 0.27 | 0 | 0.67 | 202.26 | 0.57 | 0.21 |
| Hex | 17 | 3E | 55 | 49 | 1B | 0 | 43 | CA | 39 | 15 |
| Octal | 27 | 76 | 125 | 111 | 33 | 0 | 103 | 312 | 71 | 25 |
| Binary | 10111 | 111110 | 1010101 | 1001001 | 11011 | 0 | 1000011 | 11001010 | 111001 | 10101 |
Color Harmonies of #173E55
Complementary color
Monochromatic Colors of #173E55
Black with #173E55
Text Example
Text Example
White with #173E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173E55; }
p { color: rgb(23,62,85); }
H1.HeaderClassName
{
color: #173E55;
}
.AnyTagClassName
{
color: #173E55;
}
</style>
background-color css
<style>
a { background-color: #173E55; }
a { background-color: rgb(23,62,85); }
div.DivClassName
{
background-color: #173E55;
}
.BgClassName
{
background-color: #173E55;
}
</style>
border-color css
<style>
span { border-color: #173E55; }
span { border-color: rgb(23,62,85); }
td.TdClassName
{
border-color: #173E55;
}
.TagClassName
{
border-color: #173E55;
}
</style>