Shades of Regal Blue #17405C
Tints of Regal Blue #17405C
RGB
CMYK
RGB Variations
Color information
#17405C (or 0x17405C) is known color: Regal Blue. HEX triplet: 17, 40 and 5C. RGB value is (23,64,92). Sum of RGB (Red+Green+Blue) = 23+64+92=179 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.85% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 92 (36.33% from 255 or 51.40% from 179); Max value from RGB is 92 - color contains mainly: blue. Hex color #17405C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17405C is #E8BFA3. Grayscale: #363636. Windows color (decimal): -15253412 or 6045719. OLE color: 6045719.
HSL color Cylindrical-coordinate representation of color #17405C: hue angle of 204.35º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #17405C is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 64 | 92 | - |
| CMYK | 0.75 | 0.30 | 0 | 0.64 |
| HSL | 204.35º | 0.6% | 0.23% | - |
| HSV(B) | 204.35º | 0.75% | 0.36% | - |
| XYZ | 4.12 | 4.62 | 10.8 | - |
| YUV | 54.93 | 148.92 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 64 | 92 | 0.75 | 0.30 | 0 | 0.64 | 204.35 | 0.6 | 0.23 |
| Hex | 17 | 40 | 5C | 4B | 1E | 0 | 40 | CC | 3C | 17 |
| Octal | 27 | 100 | 134 | 113 | 36 | 0 | 100 | 314 | 74 | 27 |
| Binary | 10111 | 1000000 | 1011100 | 1001011 | 11110 | 0 | 1000000 | 11001100 | 111100 | 10111 |
Color Harmonies of #17405C
Complementary color
Monochromatic Colors of #17405C
Black with #17405C
Text Example
Text Example
White with #17405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17405C; }
p { color: rgb(23,64,92); }
H1.HeaderClassName
{
color: #17405C;
}
.AnyTagClassName
{
color: #17405C;
}
</style>
background-color css
<style>
a { background-color: #17405C; }
a { background-color: rgb(23,64,92); }
div.DivClassName
{
background-color: #17405C;
}
.BgClassName
{
background-color: #17405C;
}
</style>
border-color css
<style>
span { border-color: #17405C; }
span { border-color: rgb(23,64,92); }
td.TdClassName
{
border-color: #17405C;
}
.TagClassName
{
border-color: #17405C;
}
</style>