Shades of Regal Blue #17415B
Tints of Regal Blue #17415B
RGB
CMYK
RGB Variations
Color information
#17415B (or 0x17415B) is known color: Regal Blue. HEX triplet: 17, 41 and 5B. RGB value is (23,65,91). Sum of RGB (Red+Green+Blue) = 23+65+91=179 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.85% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 91 (35.94% from 255 or 50.84% from 179); Max value from RGB is 91 - color contains mainly: blue. Hex color #17415B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17415B is #E8BEA4. Grayscale: #373737. Windows color (decimal): -15253157 or 5980439. OLE color: 5980439.
HSL color Cylindrical-coordinate representation of color #17415B: hue angle of 202.94º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #17415B is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 65 | 91 | - |
| CMYK | 0.75 | 0.29 | 0 | 0.64 |
| HSL | 202.94º | 0.6% | 0.22% | - |
| HSV(B) | 202.94º | 0.75% | 0.36% | - |
| XYZ | 4.13 | 4.72 | 10.59 | - |
| YUV | 55.41 | 148.09 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 65 | 91 | 0.75 | 0.29 | 0 | 0.64 | 202.94 | 0.6 | 0.22 |
| Hex | 17 | 41 | 5B | 4B | 1D | 0 | 40 | CB | 3C | 16 |
| Octal | 27 | 101 | 133 | 113 | 35 | 0 | 100 | 313 | 74 | 26 |
| Binary | 10111 | 1000001 | 1011011 | 1001011 | 11101 | 0 | 1000000 | 11001011 | 111100 | 10110 |
Color Harmonies of #17415B
Complementary color
Monochromatic Colors of #17415B
Black with #17415B
Text Example
Text Example
White with #17415B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17415B; }
p { color: rgb(23,65,91); }
H1.HeaderClassName
{
color: #17415B;
}
.AnyTagClassName
{
color: #17415B;
}
</style>
background-color css
<style>
a { background-color: #17415B; }
a { background-color: rgb(23,65,91); }
div.DivClassName
{
background-color: #17415B;
}
.BgClassName
{
background-color: #17415B;
}
</style>
border-color css
<style>
span { border-color: #17415B; }
span { border-color: rgb(23,65,91); }
td.TdClassName
{
border-color: #17415B;
}
.TagClassName
{
border-color: #17415B;
}
</style>