Shades of Regal Blue #173C59
Tints of Regal Blue #173C59
RGB
CMYK
RGB Variations
Color information
#173C59 (or 0x173C59) is known color: Regal Blue. HEX triplet: 17, 3C and 59. RGB value is (23,60,89). Sum of RGB (Red+Green+Blue) = 23+60+89=172 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.37% from 172); Green value is 60 (23.83% from 255 or 34.88% from 172); Blue value is 89 (35.16% from 255 or 51.74% from 172); Max value from RGB is 89 - color contains mainly: blue. Hex color #173C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173C59 is #E8C3A6. Grayscale: #343434. Windows color (decimal): -15254439 or 5848087. OLE color: 5848087.
HSL color Cylindrical-coordinate representation of color #173C59: hue angle of 206.36º 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 #173C59 is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 60 | 89 | - |
| CMYK | 0.74 | 0.33 | 0 | 0.65 |
| HSL | 206.36º | 0.59% | 0.22% | - |
| HSV(B) | 206.36º | 0.74% | 0.35% | - |
| XYZ | 3.77 | 4.14 | 10.05 | - |
| YUV | 52.24 | 148.74 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 60 | 89 | 0.74 | 0.33 | 0 | 0.65 | 206.36 | 0.59 | 0.22 |
| Hex | 17 | 3C | 59 | 4A | 21 | 0 | 41 | CE | 3B | 16 |
| Octal | 27 | 74 | 131 | 112 | 41 | 0 | 101 | 316 | 73 | 26 |
| Binary | 10111 | 111100 | 1011001 | 1001010 | 100001 | 0 | 1000001 | 11001110 | 111011 | 10110 |
Color Harmonies of #173C59
Complementary color
Monochromatic Colors of #173C59
Black with #173C59
Text Example
Text Example
White with #173C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173C59; }
p { color: rgb(23,60,89); }
H1.HeaderClassName
{
color: #173C59;
}
.AnyTagClassName
{
color: #173C59;
}
</style>
background-color css
<style>
a { background-color: #173C59; }
a { background-color: rgb(23,60,89); }
div.DivClassName
{
background-color: #173C59;
}
.BgClassName
{
background-color: #173C59;
}
</style>
border-color css
<style>
span { border-color: #173C59; }
span { border-color: rgb(23,60,89); }
td.TdClassName
{
border-color: #173C59;
}
.TagClassName
{
border-color: #173C59;
}
</style>