Shades of Regal Blue #173A55
Tints of Regal Blue #173A55
RGB
CMYK
RGB Variations
Color information
#173A55 (or 0x173A55) is known color: Regal Blue. HEX triplet: 17, 3A and 55. RGB value is (23,58,85). Sum of RGB (Red+Green+Blue) = 23+58+85=166 (21% of max value = 765). Red value is 23 (9.38% from 255 or 13.86% from 166); Green value is 58 (23.05% from 255 or 34.94% from 166); Blue value is 85 (33.59% from 255 or 51.20% from 166); Max value from RGB is 85 - color contains mainly: blue. Hex color #173A55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173A55 is #E8C5AA. Grayscale: #323232. Windows color (decimal): -15254955 or 5585431. OLE color: 5585431.
HSL color Cylindrical-coordinate representation of color #173A55: hue angle of 206.13º 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 #173A55 is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 58 | 85 | - |
| CMYK | 0.73 | 0.32 | 0 | 0.67 |
| HSL | 206.13º | 0.57% | 0.21% | - |
| HSV(B) | 206.13º | 0.73% | 0.33% | - |
| XYZ | 3.51 | 3.86 | 9.16 | - |
| YUV | 50.61 | 147.4 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 58 | 85 | 0.73 | 0.32 | 0 | 0.67 | 206.13 | 0.57 | 0.21 |
| Hex | 17 | 3A | 55 | 49 | 20 | 0 | 43 | CE | 39 | 15 |
| Octal | 27 | 72 | 125 | 111 | 40 | 0 | 103 | 316 | 71 | 25 |
| Binary | 10111 | 111010 | 1010101 | 1001001 | 100000 | 0 | 1000011 | 11001110 | 111001 | 10101 |
Color Harmonies of #173A55
Complementary color
Monochromatic Colors of #173A55
Black with #173A55
Text Example
Text Example
White with #173A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173A55; }
p { color: rgb(23,58,85); }
H1.HeaderClassName
{
color: #173A55;
}
.AnyTagClassName
{
color: #173A55;
}
</style>
background-color css
<style>
a { background-color: #173A55; }
a { background-color: rgb(23,58,85); }
div.DivClassName
{
background-color: #173A55;
}
.BgClassName
{
background-color: #173A55;
}
</style>
border-color css
<style>
span { border-color: #173A55; }
span { border-color: rgb(23,58,85); }
td.TdClassName
{
border-color: #173A55;
}
.TagClassName
{
border-color: #173A55;
}
</style>