Shades of Regal Blue #173E5D
Tints of Regal Blue #173E5D
RGB
CMYK
RGB Variations
Color information
#173E5D (or 0x173E5D) is known color: Regal Blue. HEX triplet: 17, 3E and 5D. RGB value is (23,62,93). Sum of RGB (Red+Green+Blue) = 23+62+93=178 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.92% from 178); Green value is 62 (24.61% from 255 or 34.83% from 178); Blue value is 93 (36.72% from 255 or 52.25% from 178); Max value from RGB is 93 - color contains mainly: blue. Hex color #173E5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173E5D is #E8C1A2. Grayscale: #353535. Windows color (decimal): -15253923 or 6110743. OLE color: 6110743.
HSL color Cylindrical-coordinate representation of color #173E5D: hue angle of 206.57º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #173E5D is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 62 | 93 | - |
| CMYK | 0.75 | 0.33 | 0 | 0.64 |
| HSL | 206.57º | 0.6% | 0.23% | - |
| HSV(B) | 206.57º | 0.75% | 0.36% | - |
| XYZ | 4.05 | 4.42 | 11 | - |
| YUV | 53.87 | 150.08 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 62 | 93 | 0.75 | 0.33 | 0 | 0.64 | 206.57 | 0.6 | 0.23 |
| Hex | 17 | 3E | 5D | 4B | 21 | 0 | 40 | CF | 3C | 17 |
| Octal | 27 | 76 | 135 | 113 | 41 | 0 | 100 | 317 | 74 | 27 |
| Binary | 10111 | 111110 | 1011101 | 1001011 | 100001 | 0 | 1000000 | 11001111 | 111100 | 10111 |
Color Harmonies of #173E5D
Complementary color
Monochromatic Colors of #173E5D
Black with #173E5D
Text Example
Text Example
White with #173E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173E5D; }
p { color: rgb(23,62,93); }
H1.HeaderClassName
{
color: #173E5D;
}
.AnyTagClassName
{
color: #173E5D;
}
</style>
background-color css
<style>
a { background-color: #173E5D; }
a { background-color: rgb(23,62,93); }
div.DivClassName
{
background-color: #173E5D;
}
.BgClassName
{
background-color: #173E5D;
}
</style>
border-color css
<style>
span { border-color: #173E5D; }
span { border-color: rgb(23,62,93); }
td.TdClassName
{
border-color: #173E5D;
}
.TagClassName
{
border-color: #173E5D;
}
</style>