Shades of Regal Blue #173854
Tints of Regal Blue #173854
RGB
CMYK
RGB Variations
Color information
#173854 (or 0x173854) is known color: Regal Blue. HEX triplet: 17, 38 and 54. RGB value is (23,56,84). Sum of RGB (Red+Green+Blue) = 23+56+84=163 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.11% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 84 (33.20% from 255 or 51.53% from 163); Max value from RGB is 84 - color contains mainly: blue. Hex color #173854 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173854 is #E8C7AB. Grayscale: #313131. Windows color (decimal): -15255468 or 5519383. OLE color: 5519383.
HSL color Cylindrical-coordinate representation of color #173854: hue angle of 207.54º 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 #173854 is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 56 | 84 | - |
| CMYK | 0.73 | 0.33 | 0 | 0.67 |
| HSL | 207.54º | 0.57% | 0.21% | - |
| HSV(B) | 207.54º | 0.73% | 0.33% | - |
| XYZ | 3.37 | 3.65 | 8.91 | - |
| YUV | 49.33 | 147.57 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 56 | 84 | 0.73 | 0.33 | 0 | 0.67 | 207.54 | 0.57 | 0.21 |
| Hex | 17 | 38 | 54 | 49 | 21 | 0 | 43 | D0 | 39 | 15 |
| Octal | 27 | 70 | 124 | 111 | 41 | 0 | 103 | 320 | 71 | 25 |
| Binary | 10111 | 111000 | 1010100 | 1001001 | 100001 | 0 | 1000011 | 11010000 | 111001 | 10101 |
Color Harmonies of #173854
Complementary color
Monochromatic Colors of #173854
Black with #173854
Text Example
Text Example
White with #173854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173854; }
p { color: rgb(23,56,84); }
H1.HeaderClassName
{
color: #173854;
}
.AnyTagClassName
{
color: #173854;
}
</style>
background-color css
<style>
a { background-color: #173854; }
a { background-color: rgb(23,56,84); }
div.DivClassName
{
background-color: #173854;
}
.BgClassName
{
background-color: #173854;
}
</style>
border-color css
<style>
span { border-color: #173854; }
span { border-color: rgb(23,56,84); }
td.TdClassName
{
border-color: #173854;
}
.TagClassName
{
border-color: #173854;
}
</style>