Shades of Regal Blue #173555
Tints of Regal Blue #173555
RGB
CMYK
RGB Variations
Color information
#173555 (or 0x173555) is known color: Regal Blue. HEX triplet: 17, 35 and 55. RGB value is (23,53,85). Sum of RGB (Red+Green+Blue) = 23+53+85=161 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.29% from 161); Green value is 53 (21.09% from 255 or 32.92% from 161); Blue value is 85 (33.59% from 255 or 52.80% from 161); Max value from RGB is 85 - color contains mainly: blue. Hex color #173555 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173555 is #E8CAAA. Grayscale: #2F2F2F. Windows color (decimal): -15256235 or 5584151. OLE color: 5584151.
HSL color Cylindrical-coordinate representation of color #173555: hue angle of 210.97º 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 #173555 is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 53 | 85 | - |
| CMYK | 0.73 | 0.38 | 0 | 0.67 |
| HSL | 210.97º | 0.57% | 0.21% | - |
| HSV(B) | 210.97º | 0.73% | 0.33% | - |
| XYZ | 3.27 | 3.38 | 9.08 | - |
| YUV | 47.68 | 149.06 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 53 | 85 | 0.73 | 0.38 | 0 | 0.67 | 210.97 | 0.57 | 0.21 |
| Hex | 17 | 35 | 55 | 49 | 26 | 0 | 43 | D3 | 39 | 15 |
| Octal | 27 | 65 | 125 | 111 | 46 | 0 | 103 | 323 | 71 | 25 |
| Binary | 10111 | 110101 | 1010101 | 1001001 | 100110 | 0 | 1000011 | 11010011 | 111001 | 10101 |
Color Harmonies of #173555
Complementary color
Monochromatic Colors of #173555
Black with #173555
Text Example
Text Example
White with #173555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173555; }
p { color: rgb(23,53,85); }
H1.HeaderClassName
{
color: #173555;
}
.AnyTagClassName
{
color: #173555;
}
</style>
background-color css
<style>
a { background-color: #173555; }
a { background-color: rgb(23,53,85); }
div.DivClassName
{
background-color: #173555;
}
.BgClassName
{
background-color: #173555;
}
</style>
border-color css
<style>
span { border-color: #173555; }
span { border-color: rgb(23,53,85); }
td.TdClassName
{
border-color: #173555;
}
.TagClassName
{
border-color: #173555;
}
</style>