Shades of Regal Blue #19405B
Tints of Regal Blue #19405B
RGB
CMYK
RGB Variations
Color information
#19405B (or 0x19405B) is known color: Regal Blue. HEX triplet: 19, 40 and 5B. RGB value is (25,64,91). Sum of RGB (Red+Green+Blue) = 25+64+91=180 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.89% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 91 (35.94% from 255 or 50.56% from 180); Max value from RGB is 91 - color contains mainly: blue. Hex color #19405B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19405B is #E6BFA4. Grayscale: #373737. Windows color (decimal): -15122341 or 5980185. OLE color: 5980185.
HSL color Cylindrical-coordinate representation of color #19405B: hue angle of 204.55º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19405B is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 64 | 91 | - |
| CMYK | 0.73 | 0.30 | 0 | 0.64 |
| HSL | 204.55º | 0.57% | 0.23% | - |
| HSV(B) | 204.55º | 0.73% | 0.36% | - |
| XYZ | 4.12 | 4.63 | 10.57 | - |
| YUV | 55.42 | 148.08 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 64 | 91 | 0.73 | 0.30 | 0 | 0.64 | 204.55 | 0.57 | 0.23 |
| Hex | 19 | 40 | 5B | 49 | 1E | 0 | 40 | CD | 39 | 17 |
| Octal | 31 | 100 | 133 | 111 | 36 | 0 | 100 | 315 | 71 | 27 |
| Binary | 11001 | 1000000 | 1011011 | 1001001 | 11110 | 0 | 1000000 | 11001101 | 111001 | 10111 |
Color Harmonies of #19405B
Complementary color
Monochromatic Colors of #19405B
Black with #19405B
Text Example
Text Example
White with #19405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19405B; }
p { color: rgb(25,64,91); }
H1.HeaderClassName
{
color: #19405B;
}
.AnyTagClassName
{
color: #19405B;
}
</style>
background-color css
<style>
a { background-color: #19405B; }
a { background-color: rgb(25,64,91); }
div.DivClassName
{
background-color: #19405B;
}
.BgClassName
{
background-color: #19405B;
}
</style>
border-color css
<style>
span { border-color: #19405B; }
span { border-color: rgb(25,64,91); }
td.TdClassName
{
border-color: #19405B;
}
.TagClassName
{
border-color: #19405B;
}
</style>