Shades of Regal Blue #173559
Tints of Regal Blue #173559
RGB
CMYK
RGB Variations
Color information
#173559 (or 0x173559) is known color: Regal Blue. HEX triplet: 17, 35 and 59. RGB value is (23,53,89). Sum of RGB (Red+Green+Blue) = 23+53+89=165 (21% of max value = 765). Red value is 23 (9.38% from 255 or 13.94% from 165); Green value is 53 (21.09% from 255 or 32.12% from 165); Blue value is 89 (35.16% from 255 or 53.94% from 165); Max value from RGB is 89 - color contains mainly: blue. Hex color #173559 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173559 is #E8CAA6. Grayscale: #2F2F2F. Windows color (decimal): -15256231 or 5846295. OLE color: 5846295.
HSL color Cylindrical-coordinate representation of color #173559: hue angle of 212.73º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #173559 is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 53 | 89 | - |
| CMYK | 0.74 | 0.40 | 0 | 0.65 |
| HSL | 212.73º | 0.59% | 0.22% | - |
| HSV(B) | 212.73º | 0.74% | 0.35% | - |
| XYZ | 3.43 | 3.45 | 9.94 | - |
| YUV | 48.13 | 151.06 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 53 | 89 | 0.74 | 0.40 | 0 | 0.65 | 212.73 | 0.59 | 0.22 |
| Hex | 17 | 35 | 59 | 4A | 28 | 0 | 41 | D5 | 3B | 16 |
| Octal | 27 | 65 | 131 | 112 | 50 | 0 | 101 | 325 | 73 | 26 |
| Binary | 10111 | 110101 | 1011001 | 1001010 | 101000 | 0 | 1000001 | 11010101 | 111011 | 10110 |
Color Harmonies of #173559
Complementary color
Monochromatic Colors of #173559
Black with #173559
Text Example
Text Example
White with #173559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173559; }
p { color: rgb(23,53,89); }
H1.HeaderClassName
{
color: #173559;
}
.AnyTagClassName
{
color: #173559;
}
</style>
background-color css
<style>
a { background-color: #173559; }
a { background-color: rgb(23,53,89); }
div.DivClassName
{
background-color: #173559;
}
.BgClassName
{
background-color: #173559;
}
</style>
border-color css
<style>
span { border-color: #173559; }
span { border-color: rgb(23,53,89); }
td.TdClassName
{
border-color: #173559;
}
.TagClassName
{
border-color: #173559;
}
</style>