Shades of Regal Blue #173958
Tints of Regal Blue #173958
RGB
CMYK
RGB Variations
Color information
#173958 (or 0x173958) is known color: Regal Blue. HEX triplet: 17, 39 and 58. RGB value is (23,57,88). Sum of RGB (Red+Green+Blue) = 23+57+88=168 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.69% from 168); Green value is 57 (22.66% from 255 or 33.93% from 168); Blue value is 88 (34.77% from 255 or 52.38% from 168); Max value from RGB is 88 - color contains mainly: blue. Hex color #173958 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173958 is #E8C6A7. Grayscale: #323232. Windows color (decimal): -15255208 or 5781783. OLE color: 5781783.
HSL color Cylindrical-coordinate representation of color #173958: hue angle of 208.62º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #173958 is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 57 | 88 | - |
| CMYK | 0.74 | 0.35 | 0 | 0.65 |
| HSL | 208.62º | 0.59% | 0.22% | - |
| HSV(B) | 208.62º | 0.74% | 0.35% | - |
| XYZ | 3.58 | 3.81 | 9.78 | - |
| YUV | 50.37 | 149.24 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 57 | 88 | 0.74 | 0.35 | 0 | 0.65 | 208.62 | 0.59 | 0.22 |
| Hex | 17 | 39 | 58 | 4A | 23 | 0 | 41 | D1 | 3B | 16 |
| Octal | 27 | 71 | 130 | 112 | 43 | 0 | 101 | 321 | 73 | 26 |
| Binary | 10111 | 111001 | 1011000 | 1001010 | 100011 | 0 | 1000001 | 11010001 | 111011 | 10110 |
Color Harmonies of #173958
Complementary color
Monochromatic Colors of #173958
Black with #173958
Text Example
Text Example
White with #173958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173958; }
p { color: rgb(23,57,88); }
H1.HeaderClassName
{
color: #173958;
}
.AnyTagClassName
{
color: #173958;
}
</style>
background-color css
<style>
a { background-color: #173958; }
a { background-color: rgb(23,57,88); }
div.DivClassName
{
background-color: #173958;
}
.BgClassName
{
background-color: #173958;
}
</style>
border-color css
<style>
span { border-color: #173958; }
span { border-color: rgb(23,57,88); }
td.TdClassName
{
border-color: #173958;
}
.TagClassName
{
border-color: #173958;
}
</style>