Shades of Regal Blue #174164
Tints of Regal Blue #174164
RGB
CMYK
RGB Variations
Color information
#174164 (or 0x174164) is known color: Regal Blue. HEX triplet: 17, 41 and 64. RGB value is (23,65,100). Sum of RGB (Red+Green+Blue) = 23+65+100=188 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.23% from 188); Green value is 65 (25.78% from 255 or 34.57% from 188); Blue value is 100 (39.45% from 255 or 53.19% from 188); Max value from RGB is 100 - color contains mainly: blue. Hex color #174164 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174164 is #E8BE9B. Grayscale: #383838. Windows color (decimal): -15253148 or 6570263. OLE color: 6570263.
HSL color Cylindrical-coordinate representation of color #174164: hue angle of 207.27º 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 #174164 is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 23 | 65 | 100 | - |
| CMYK | 0.77 | 0.35 | 0 | 0.61 |
| HSL | 207.27º | 0.63% | 0.24% | - |
| HSV(B) | 207.27º | 0.77% | 0.39% | - |
| XYZ | 4.54 | 4.88 | 12.76 | - |
| YUV | 56.43 | 152.59 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 65 | 100 | 0.77 | 0.35 | 0 | 0.61 | 207.27 | 0.63 | 0.24 |
| Hex | 17 | 41 | 64 | 4D | 23 | 0 | 3D | CF | 3F | 18 |
| Octal | 27 | 101 | 144 | 115 | 43 | 0 | 75 | 317 | 77 | 30 |
| Binary | 10111 | 1000001 | 1100100 | 1001101 | 100011 | 0 | 111101 | 11001111 | 111111 | 11000 |
Color Harmonies of #174164
Complementary color
Monochromatic Colors of #174164
Black with #174164
Text Example
Text Example
White with #174164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174164; }
p { color: rgb(23,65,100); }
H1.HeaderClassName
{
color: #174164;
}
.AnyTagClassName
{
color: #174164;
}
</style>
background-color css
<style>
a { background-color: #174164; }
a { background-color: rgb(23,65,100); }
div.DivClassName
{
background-color: #174164;
}
.BgClassName
{
background-color: #174164;
}
</style>
border-color css
<style>
span { border-color: #174164; }
span { border-color: rgb(23,65,100); }
td.TdClassName
{
border-color: #174164;
}
.TagClassName
{
border-color: #174164;
}
</style>