Shades of Regal Blue #174260
Tints of Regal Blue #174260
RGB
CMYK
RGB Variations
Color information
#174260 (or 0x174260) is known color: Regal Blue. HEX triplet: 17, 42 and 60. RGB value is (23,66,96). Sum of RGB (Red+Green+Blue) = 23+66+96=185 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.43% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 96 (37.89% from 255 or 51.89% from 185); Max value from RGB is 96 - color contains mainly: blue. Hex color #174260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174260 is #E8BD9F. Grayscale: #383838. Windows color (decimal): -15252896 or 6308375. OLE color: 6308375.
HSL color Cylindrical-coordinate representation of color #174260: hue angle of 204.66º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #174260 is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 23 | 66 | 96 | - |
| CMYK | 0.76 | 0.31 | 0 | 0.62 |
| HSL | 204.66º | 0.61% | 0.23% | - |
| HSV(B) | 204.66º | 0.76% | 0.38% | - |
| XYZ | 4.41 | 4.92 | 11.78 | - |
| YUV | 56.56 | 150.25 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 66 | 96 | 0.76 | 0.31 | 0 | 0.62 | 204.66 | 0.61 | 0.23 |
| Hex | 17 | 42 | 60 | 4C | 1F | 0 | 3E | CD | 3D | 17 |
| Octal | 27 | 102 | 140 | 114 | 37 | 0 | 76 | 315 | 75 | 27 |
| Binary | 10111 | 1000010 | 1100000 | 1001100 | 11111 | 0 | 111110 | 11001101 | 111101 | 10111 |
Color Harmonies of #174260
Complementary color
Monochromatic Colors of #174260
Black with #174260
Text Example
Text Example
White with #174260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174260; }
p { color: rgb(23,66,96); }
H1.HeaderClassName
{
color: #174260;
}
.AnyTagClassName
{
color: #174260;
}
</style>
background-color css
<style>
a { background-color: #174260; }
a { background-color: rgb(23,66,96); }
div.DivClassName
{
background-color: #174260;
}
.BgClassName
{
background-color: #174260;
}
</style>
border-color css
<style>
span { border-color: #174260; }
span { border-color: rgb(23,66,96); }
td.TdClassName
{
border-color: #174260;
}
.TagClassName
{
border-color: #174260;
}
</style>