Shades of Regal Blue #19405E
Tints of Regal Blue #19405E
RGB
CMYK
RGB Variations
Color information
#19405E (or 0x19405E) is known color: Regal Blue. HEX triplet: 19, 40 and 5E. RGB value is (25,64,94). Sum of RGB (Red+Green+Blue) = 25+64+94=183 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.66% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 94 (37.11% from 255 or 51.37% from 183); Max value from RGB is 94 - color contains mainly: blue. Hex color #19405E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19405E is #E6BFA1. Grayscale: #373737. Windows color (decimal): -15122338 or 6176793. OLE color: 6176793.
HSL color Cylindrical-coordinate representation of color #19405E: hue angle of 206.09º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19405E is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 25 | 64 | 94 | - |
| CMYK | 0.73 | 0.32 | 0 | 0.63 |
| HSL | 206.09º | 0.58% | 0.23% | - |
| HSV(B) | 206.09º | 0.73% | 0.37% | - |
| XYZ | 4.25 | 4.68 | 11.27 | - |
| YUV | 55.76 | 149.58 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 64 | 94 | 0.73 | 0.32 | 0 | 0.63 | 206.09 | 0.58 | 0.23 |
| Hex | 19 | 40 | 5E | 49 | 20 | 0 | 3F | CE | 3A | 17 |
| Octal | 31 | 100 | 136 | 111 | 40 | 0 | 77 | 316 | 72 | 27 |
| Binary | 11001 | 1000000 | 1011110 | 1001001 | 100000 | 0 | 111111 | 11001110 | 111010 | 10111 |
Color Harmonies of #19405E
Complementary color
Monochromatic Colors of #19405E
Black with #19405E
Text Example
Text Example
White with #19405E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19405E; }
p { color: rgb(25,64,94); }
H1.HeaderClassName
{
color: #19405E;
}
.AnyTagClassName
{
color: #19405E;
}
</style>
background-color css
<style>
a { background-color: #19405E; }
a { background-color: rgb(25,64,94); }
div.DivClassName
{
background-color: #19405E;
}
.BgClassName
{
background-color: #19405E;
}
</style>
border-color css
<style>
span { border-color: #19405E; }
span { border-color: rgb(25,64,94); }
td.TdClassName
{
border-color: #19405E;
}
.TagClassName
{
border-color: #19405E;
}
</style>