Shades of Regal Blue #173A5E
Tints of Regal Blue #173A5E
RGB
CMYK
RGB Variations
Color information
#173A5E (or 0x173A5E) is known color: Regal Blue. HEX triplet: 17, 3A and 5E. RGB value is (23,58,94). Sum of RGB (Red+Green+Blue) = 23+58+94=175 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.14% from 175); Green value is 58 (23.05% from 255 or 33.14% from 175); Blue value is 94 (37.11% from 255 or 53.71% from 175); Max value from RGB is 94 - color contains mainly: blue. Hex color #173A5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173A5E is #E8C5A1. Grayscale: #333333. Windows color (decimal): -15254946 or 6175255. OLE color: 6175255.
HSL color Cylindrical-coordinate representation of color #173A5E: hue angle of 210.42º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #173A5E is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 23 | 58 | 94 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.63 |
| HSL | 210.42º | 0.61% | 0.23% | - |
| HSV(B) | 210.42º | 0.76% | 0.37% | - |
| XYZ | 3.89 | 4.02 | 11.16 | - |
| YUV | 51.64 | 151.9 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 58 | 94 | 0.76 | 0.38 | 0 | 0.63 | 210.42 | 0.61 | 0.23 |
| Hex | 17 | 3A | 5E | 4C | 26 | 0 | 3F | D2 | 3D | 17 |
| Octal | 27 | 72 | 136 | 114 | 46 | 0 | 77 | 322 | 75 | 27 |
| Binary | 10111 | 111010 | 1011110 | 1001100 | 100110 | 0 | 111111 | 11010010 | 111101 | 10111 |
Color Harmonies of #173A5E
Complementary color
Monochromatic Colors of #173A5E
Black with #173A5E
Text Example
Text Example
White with #173A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173A5E; }
p { color: rgb(23,58,94); }
H1.HeaderClassName
{
color: #173A5E;
}
.AnyTagClassName
{
color: #173A5E;
}
</style>
background-color css
<style>
a { background-color: #173A5E; }
a { background-color: rgb(23,58,94); }
div.DivClassName
{
background-color: #173A5E;
}
.BgClassName
{
background-color: #173A5E;
}
</style>
border-color css
<style>
span { border-color: #173A5E; }
span { border-color: rgb(23,58,94); }
td.TdClassName
{
border-color: #173A5E;
}
.TagClassName
{
border-color: #173A5E;
}
</style>