Shades of Regal Blue #17405B
Tints of Regal Blue #17405B
RGB
CMYK
RGB Variations
Color information
#17405B (or 0x17405B) is known color: Regal Blue. HEX triplet: 17, 40 and 5B. RGB value is (23,64,91). Sum of RGB (Red+Green+Blue) = 23+64+91=178 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.92% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 91 (35.94% from 255 or 51.12% from 178); Max value from RGB is 91 - color contains mainly: blue. Hex color #17405B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17405B is #E8BFA4. Grayscale: #363636. Windows color (decimal): -15253413 or 5980183. OLE color: 5980183.
HSL color Cylindrical-coordinate representation of color #17405B: hue angle of 203.82º 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 #17405B is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 64 | 91 | - |
| CMYK | 0.75 | 0.30 | 0 | 0.64 |
| HSL | 203.82º | 0.6% | 0.22% | - |
| HSV(B) | 203.82º | 0.75% | 0.36% | - |
| XYZ | 4.08 | 4.6 | 10.57 | - |
| YUV | 54.82 | 148.42 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 64 | 91 | 0.75 | 0.30 | 0 | 0.64 | 203.82 | 0.6 | 0.22 |
| Hex | 17 | 40 | 5B | 4B | 1E | 0 | 40 | CC | 3C | 16 |
| Octal | 27 | 100 | 133 | 113 | 36 | 0 | 100 | 314 | 74 | 26 |
| Binary | 10111 | 1000000 | 1011011 | 1001011 | 11110 | 0 | 1000000 | 11001100 | 111100 | 10110 |
Color Harmonies of #17405B
Complementary color
Monochromatic Colors of #17405B
Black with #17405B
Text Example
Text Example
White with #17405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17405B; }
p { color: rgb(23,64,91); }
H1.HeaderClassName
{
color: #17405B;
}
.AnyTagClassName
{
color: #17405B;
}
</style>
background-color css
<style>
a { background-color: #17405B; }
a { background-color: rgb(23,64,91); }
div.DivClassName
{
background-color: #17405B;
}
.BgClassName
{
background-color: #17405B;
}
</style>
border-color css
<style>
span { border-color: #17405B; }
span { border-color: rgb(23,64,91); }
td.TdClassName
{
border-color: #17405B;
}
.TagClassName
{
border-color: #17405B;
}
</style>