Shades of Regal Blue #173153
Tints of Regal Blue #173153
RGB
CMYK
RGB Variations
Color information
#173153 (or 0x173153) is known color: Regal Blue. HEX triplet: 17, 31 and 53. RGB value is (23,49,83). Sum of RGB (Red+Green+Blue) = 23+49+83=155 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.84% from 155); Green value is 49 (19.53% from 255 or 31.61% from 155); Blue value is 83 (32.81% from 255 or 53.55% from 155); Max value from RGB is 83 - color contains mainly: blue. Hex color #173153 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173153 is #E8CEAC. Grayscale: #2C2C2C. Windows color (decimal): -15257261 or 5452055. OLE color: 5452055.
HSL color Cylindrical-coordinate representation of color #173153: hue angle of 214º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #173153 is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 49 | 83 | - |
| CMYK | 0.72 | 0.41 | 0 | 0.67 |
| HSL | 214º | 0.57% | 0.21% | - |
| HSV(B) | 214º | 0.72% | 0.33% | - |
| XYZ | 3.01 | 3 | 8.6 | - |
| YUV | 45.1 | 149.39 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 49 | 83 | 0.72 | 0.41 | 0 | 0.67 | 214 | 0.57 | 0.21 |
| Hex | 17 | 31 | 53 | 48 | 29 | 0 | 43 | D6 | 39 | 15 |
| Octal | 27 | 61 | 123 | 110 | 51 | 0 | 103 | 326 | 71 | 25 |
| Binary | 10111 | 110001 | 1010011 | 1001000 | 101001 | 0 | 1000011 | 11010110 | 111001 | 10101 |
Color Harmonies of #173153
Complementary color
Monochromatic Colors of #173153
Black with #173153
Text Example
Text Example
White with #173153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173153; }
p { color: rgb(23,49,83); }
H1.HeaderClassName
{
color: #173153;
}
.AnyTagClassName
{
color: #173153;
}
</style>
background-color css
<style>
a { background-color: #173153; }
a { background-color: rgb(23,49,83); }
div.DivClassName
{
background-color: #173153;
}
.BgClassName
{
background-color: #173153;
}
</style>
border-color css
<style>
span { border-color: #173153; }
span { border-color: rgb(23,49,83); }
td.TdClassName
{
border-color: #173153;
}
.TagClassName
{
border-color: #173153;
}
</style>