Shades of Regal Blue #17415E
Tints of Regal Blue #17415E
RGB
CMYK
RGB Variations
Color information
#17415E (or 0x17415E) is known color: Regal Blue. HEX triplet: 17, 41 and 5E. RGB value is (23,65,94). Sum of RGB (Red+Green+Blue) = 23+65+94=182 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.64% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 94 (37.11% from 255 or 51.65% from 182); Max value from RGB is 94 - color contains mainly: blue. Hex color #17415E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17415E is #E8BEA1. Grayscale: #373737. Windows color (decimal): -15253154 or 6177047. OLE color: 6177047.
HSL color Cylindrical-coordinate representation of color #17415E: hue angle of 204.51º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #17415E is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 23 | 65 | 94 | - |
| CMYK | 0.76 | 0.31 | 0 | 0.63 |
| HSL | 204.51º | 0.61% | 0.23% | - |
| HSV(B) | 204.51º | 0.76% | 0.37% | - |
| XYZ | 4.26 | 4.77 | 11.29 | - |
| YUV | 55.75 | 149.59 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 65 | 94 | 0.76 | 0.31 | 0 | 0.63 | 204.51 | 0.61 | 0.23 |
| Hex | 17 | 41 | 5E | 4C | 1F | 0 | 3F | CD | 3D | 17 |
| Octal | 27 | 101 | 136 | 114 | 37 | 0 | 77 | 315 | 75 | 27 |
| Binary | 10111 | 1000001 | 1011110 | 1001100 | 11111 | 0 | 111111 | 11001101 | 111101 | 10111 |
Color Harmonies of #17415E
Complementary color
Monochromatic Colors of #17415E
Black with #17415E
Text Example
Text Example
White with #17415E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17415E; }
p { color: rgb(23,65,94); }
H1.HeaderClassName
{
color: #17415E;
}
.AnyTagClassName
{
color: #17415E;
}
</style>
background-color css
<style>
a { background-color: #17415E; }
a { background-color: rgb(23,65,94); }
div.DivClassName
{
background-color: #17415E;
}
.BgClassName
{
background-color: #17415E;
}
</style>
border-color css
<style>
span { border-color: #17415E; }
span { border-color: rgb(23,65,94); }
td.TdClassName
{
border-color: #17415E;
}
.TagClassName
{
border-color: #17415E;
}
</style>