Shades of Regal Blue #173E54
Tints of Regal Blue #173E54
RGB
CMYK
RGB Variations
Color information
#173E54 (or 0x173E54) is known color: Regal Blue. HEX triplet: 17, 3E and 54. RGB value is (23,62,84). Sum of RGB (Red+Green+Blue) = 23+62+84=169 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.61% from 169); Green value is 62 (24.61% from 255 or 36.69% from 169); Blue value is 84 (33.20% from 255 or 49.70% from 169); Max value from RGB is 84 - color contains mainly: blue. Hex color #173E54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173E54 is #E8C1AB. Grayscale: #343434. Windows color (decimal): -15253932 or 5520919. OLE color: 5520919.
HSL color Cylindrical-coordinate representation of color #173E54: hue angle of 201.64º 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 #173E54 is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 62 | 84 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.67 |
| HSL | 201.64º | 0.57% | 0.21% | - |
| HSV(B) | 201.64º | 0.73% | 0.33% | - |
| XYZ | 3.68 | 4.27 | 9.02 | - |
| YUV | 52.85 | 145.58 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 62 | 84 | 0.73 | 0.26 | 0 | 0.67 | 201.64 | 0.57 | 0.21 |
| Hex | 17 | 3E | 54 | 49 | 1A | 0 | 43 | CA | 39 | 15 |
| Octal | 27 | 76 | 124 | 111 | 32 | 0 | 103 | 312 | 71 | 25 |
| Binary | 10111 | 111110 | 1010100 | 1001001 | 11010 | 0 | 1000011 | 11001010 | 111001 | 10101 |
Color Harmonies of #173E54
Complementary color
Monochromatic Colors of #173E54
Black with #173E54
Text Example
Text Example
White with #173E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173E54; }
p { color: rgb(23,62,84); }
H1.HeaderClassName
{
color: #173E54;
}
.AnyTagClassName
{
color: #173E54;
}
</style>
background-color css
<style>
a { background-color: #173E54; }
a { background-color: rgb(23,62,84); }
div.DivClassName
{
background-color: #173E54;
}
.BgClassName
{
background-color: #173E54;
}
</style>
border-color css
<style>
span { border-color: #173E54; }
span { border-color: rgb(23,62,84); }
td.TdClassName
{
border-color: #173E54;
}
.TagClassName
{
border-color: #173E54;
}
</style>