Shades of Regal Blue #174065
Tints of Regal Blue #174065
RGB
CMYK
RGB Variations
Color information
#174065 (or 0x174065) is known color: Regal Blue. HEX triplet: 17, 40 and 65. RGB value is (23,64,101). Sum of RGB (Red+Green+Blue) = 23+64+101=188 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.23% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 101 (39.84% from 255 or 53.72% from 188); Max value from RGB is 101 - color contains mainly: blue. Hex color #174065 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174065 is #E8BF9A. Grayscale: #373737. Windows color (decimal): -15253403 or 6635543. OLE color: 6635543.
HSL color Cylindrical-coordinate representation of color #174065: hue angle of 208.46º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #174065 is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 23 | 64 | 101 | - |
| CMYK | 0.77 | 0.37 | 0 | 0.60 |
| HSL | 208.46º | 0.63% | 0.24% | - |
| HSV(B) | 208.46º | 0.77% | 0.4% | - |
| XYZ | 4.54 | 4.79 | 13 | - |
| YUV | 55.96 | 153.42 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 64 | 101 | 0.77 | 0.37 | 0 | 0.60 | 208.46 | 0.63 | 0.24 |
| Hex | 17 | 40 | 65 | 4D | 25 | 0 | 3C | D0 | 3F | 18 |
| Octal | 27 | 100 | 145 | 115 | 45 | 0 | 74 | 320 | 77 | 30 |
| Binary | 10111 | 1000000 | 1100101 | 1001101 | 100101 | 0 | 111100 | 11010000 | 111111 | 11000 |
Color Harmonies of #174065
Complementary color
Monochromatic Colors of #174065
Black with #174065
Text Example
Text Example
White with #174065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174065; }
p { color: rgb(23,64,101); }
H1.HeaderClassName
{
color: #174065;
}
.AnyTagClassName
{
color: #174065;
}
</style>
background-color css
<style>
a { background-color: #174065; }
a { background-color: rgb(23,64,101); }
div.DivClassName
{
background-color: #174065;
}
.BgClassName
{
background-color: #174065;
}
</style>
border-color css
<style>
span { border-color: #174065; }
span { border-color: rgb(23,64,101); }
td.TdClassName
{
border-color: #174065;
}
.TagClassName
{
border-color: #174065;
}
</style>