Shades of Regal Blue #173152
Tints of Regal Blue #173152
RGB
CMYK
RGB Variations
Color information
#173152 (or 0x173152) is known color: Regal Blue. HEX triplet: 17, 31 and 52. RGB value is (23,49,82). Sum of RGB (Red+Green+Blue) = 23+49+82=154 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.94% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 82 (32.42% from 255 or 53.25% from 154); Max value from RGB is 82 - color contains mainly: blue. Hex color #173152 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173152 is #E8CEAD. Grayscale: #2C2C2C. Windows color (decimal): -15257262 or 5386519. OLE color: 5386519.
HSL color Cylindrical-coordinate representation of color #173152: hue angle of 213.56º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #173152 is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 23 | 49 | 82 | - |
| CMYK | 0.72 | 0.40 | 0 | 0.68 |
| HSL | 213.56º | 0.56% | 0.21% | - |
| HSV(B) | 213.56º | 0.72% | 0.32% | - |
| XYZ | 2.97 | 2.99 | 8.4 | - |
| YUV | 44.99 | 148.89 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 49 | 82 | 0.72 | 0.40 | 0 | 0.68 | 213.56 | 0.56 | 0.21 |
| Hex | 17 | 31 | 52 | 48 | 28 | 0 | 44 | D6 | 38 | 15 |
| Octal | 27 | 61 | 122 | 110 | 50 | 0 | 104 | 326 | 70 | 25 |
| Binary | 10111 | 110001 | 1010010 | 1001000 | 101000 | 0 | 1000100 | 11010110 | 111000 | 10101 |
Color Harmonies of #173152
Complementary color
Monochromatic Colors of #173152
Black with #173152
Text Example
Text Example
White with #173152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173152; }
p { color: rgb(23,49,82); }
H1.HeaderClassName
{
color: #173152;
}
.AnyTagClassName
{
color: #173152;
}
</style>
background-color css
<style>
a { background-color: #173152; }
a { background-color: rgb(23,49,82); }
div.DivClassName
{
background-color: #173152;
}
.BgClassName
{
background-color: #173152;
}
</style>
border-color css
<style>
span { border-color: #173152; }
span { border-color: rgb(23,49,82); }
td.TdClassName
{
border-color: #173152;
}
.TagClassName
{
border-color: #173152;
}
</style>