Shades of Regal Blue #173154
Tints of Regal Blue #173154
RGB
CMYK
RGB Variations
Color information
#173154 (or 0x173154) is known color: Regal Blue. HEX triplet: 17, 31 and 54. RGB value is (23,49,84). Sum of RGB (Red+Green+Blue) = 23+49+84=156 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.74% from 156); Green value is 49 (19.53% from 255 or 31.41% from 156); Blue value is 84 (33.20% from 255 or 53.85% from 156); Max value from RGB is 84 - color contains mainly: blue. Hex color #173154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173154 is #E8CEAB. Grayscale: #2D2D2D. Windows color (decimal): -15257260 or 5517591. OLE color: 5517591.
HSL color Cylindrical-coordinate representation of color #173154: hue angle of 214.43º 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 #173154 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 49 | 84 | - |
| CMYK | 0.73 | 0.42 | 0 | 0.67 |
| HSL | 214.43º | 0.57% | 0.21% | - |
| HSV(B) | 214.43º | 0.73% | 0.33% | - |
| XYZ | 3.05 | 3.02 | 8.81 | - |
| YUV | 45.22 | 149.89 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 49 | 84 | 0.73 | 0.42 | 0 | 0.67 | 214.43 | 0.57 | 0.21 |
| Hex | 17 | 31 | 54 | 49 | 2A | 0 | 43 | D6 | 39 | 15 |
| Octal | 27 | 61 | 124 | 111 | 52 | 0 | 103 | 326 | 71 | 25 |
| Binary | 10111 | 110001 | 1010100 | 1001001 | 101010 | 0 | 1000011 | 11010110 | 111001 | 10101 |
Color Harmonies of #173154
Complementary color
Monochromatic Colors of #173154
Black with #173154
Text Example
Text Example
White with #173154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173154; }
p { color: rgb(23,49,84); }
H1.HeaderClassName
{
color: #173154;
}
.AnyTagClassName
{
color: #173154;
}
</style>
background-color css
<style>
a { background-color: #173154; }
a { background-color: rgb(23,49,84); }
div.DivClassName
{
background-color: #173154;
}
.BgClassName
{
background-color: #173154;
}
</style>
border-color css
<style>
span { border-color: #173154; }
span { border-color: rgb(23,49,84); }
td.TdClassName
{
border-color: #173154;
}
.TagClassName
{
border-color: #173154;
}
</style>