Shades of Regal Blue #173E64
Tints of Regal Blue #173E64
RGB
CMYK
RGB Variations
Color information
#173E64 (or 0x173E64) is known color: Regal Blue. HEX triplet: 17, 3E and 64. RGB value is (23,62,100). Sum of RGB (Red+Green+Blue) = 23+62+100=185 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.43% from 185); Green value is 62 (24.61% from 255 or 33.51% from 185); Blue value is 100 (39.45% from 255 or 54.05% from 185); Max value from RGB is 100 - color contains mainly: blue. Hex color #173E64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173E64 is #E8C19B. Grayscale: #363636. Windows color (decimal): -15253916 or 6569495. OLE color: 6569495.
HSL color Cylindrical-coordinate representation of color #173E64: hue angle of 209.61º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #173E64 is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 23 | 62 | 100 | - |
| CMYK | 0.77 | 0.38 | 0 | 0.61 |
| HSL | 209.61º | 0.63% | 0.24% | - |
| HSV(B) | 209.61º | 0.77% | 0.39% | - |
| XYZ | 4.38 | 4.55 | 12.7 | - |
| YUV | 54.67 | 153.58 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 62 | 100 | 0.77 | 0.38 | 0 | 0.61 | 209.61 | 0.63 | 0.24 |
| Hex | 17 | 3E | 64 | 4D | 26 | 0 | 3D | D2 | 3F | 18 |
| Octal | 27 | 76 | 144 | 115 | 46 | 0 | 75 | 322 | 77 | 30 |
| Binary | 10111 | 111110 | 1100100 | 1001101 | 100110 | 0 | 111101 | 11010010 | 111111 | 11000 |
Color Harmonies of #173E64
Complementary color
Monochromatic Colors of #173E64
Black with #173E64
Text Example
Text Example
White with #173E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173E64; }
p { color: rgb(23,62,100); }
H1.HeaderClassName
{
color: #173E64;
}
.AnyTagClassName
{
color: #173E64;
}
</style>
background-color css
<style>
a { background-color: #173E64; }
a { background-color: rgb(23,62,100); }
div.DivClassName
{
background-color: #173E64;
}
.BgClassName
{
background-color: #173E64;
}
</style>
border-color css
<style>
span { border-color: #173E64; }
span { border-color: rgb(23,62,100); }
td.TdClassName
{
border-color: #173E64;
}
.TagClassName
{
border-color: #173E64;
}
</style>