Shades of Regal Blue #174061
Tints of Regal Blue #174061
RGB
CMYK
RGB Variations
Color information
#174061 (or 0x174061) is known color: Regal Blue. HEX triplet: 17, 40 and 61. RGB value is (23,64,97). Sum of RGB (Red+Green+Blue) = 23+64+97=184 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.5% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 97 (38.28% from 255 or 52.72% from 184); Max value from RGB is 97 - color contains mainly: blue. Hex color #174061 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174061 is #E8BF9E. Grayscale: #373737. Windows color (decimal): -15253407 or 6373399. OLE color: 6373399.
HSL color Cylindrical-coordinate representation of color #174061: hue angle of 206.76º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #174061 is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 23 | 64 | 97 | - |
| CMYK | 0.76 | 0.34 | 0 | 0.62 |
| HSL | 206.76º | 0.62% | 0.24% | - |
| HSV(B) | 206.76º | 0.76% | 0.38% | - |
| XYZ | 4.34 | 4.71 | 11.99 | - |
| YUV | 55.5 | 151.42 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 64 | 97 | 0.76 | 0.34 | 0 | 0.62 | 206.76 | 0.62 | 0.24 |
| Hex | 17 | 40 | 61 | 4C | 22 | 0 | 3E | CF | 3E | 18 |
| Octal | 27 | 100 | 141 | 114 | 42 | 0 | 76 | 317 | 76 | 30 |
| Binary | 10111 | 1000000 | 1100001 | 1001100 | 100010 | 0 | 111110 | 11001111 | 111110 | 11000 |
Color Harmonies of #174061
Complementary color
Monochromatic Colors of #174061
Black with #174061
Text Example
Text Example
White with #174061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174061; }
p { color: rgb(23,64,97); }
H1.HeaderClassName
{
color: #174061;
}
.AnyTagClassName
{
color: #174061;
}
</style>
background-color css
<style>
a { background-color: #174061; }
a { background-color: rgb(23,64,97); }
div.DivClassName
{
background-color: #174061;
}
.BgClassName
{
background-color: #174061;
}
</style>
border-color css
<style>
span { border-color: #174061; }
span { border-color: rgb(23,64,97); }
td.TdClassName
{
border-color: #174061;
}
.TagClassName
{
border-color: #174061;
}
</style>