Shades of Regal Blue #19415A
Tints of Regal Blue #19415A
RGB
CMYK
RGB Variations
Color information
#19415A (or 0x19415A) is known color: Regal Blue. HEX triplet: 19, 41 and 5A. RGB value is (25,65,90). Sum of RGB (Red+Green+Blue) = 25+65+90=180 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.89% from 180); Green value is 65 (25.78% from 255 or 36.11% from 180); Blue value is 90 (35.55% from 255 or 50% from 180); Max value from RGB is 90 - color contains mainly: blue. Hex color #19415A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19415A is #E6BEA5. Grayscale: #373737. Windows color (decimal): -15122086 or 5914905. OLE color: 5914905.
HSL color Cylindrical-coordinate representation of color #19415A: hue angle of 203.08º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #19415A is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 65 | 90 | - |
| CMYK | 0.72 | 0.28 | 0 | 0.65 |
| HSL | 203.08º | 0.57% | 0.23% | - |
| HSV(B) | 203.08º | 0.72% | 0.35% | - |
| XYZ | 4.14 | 4.73 | 10.37 | - |
| YUV | 55.89 | 147.25 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 65 | 90 | 0.72 | 0.28 | 0 | 0.65 | 203.08 | 0.57 | 0.23 |
| Hex | 19 | 41 | 5A | 48 | 1C | 0 | 41 | CB | 39 | 17 |
| Octal | 31 | 101 | 132 | 110 | 34 | 0 | 101 | 313 | 71 | 27 |
| Binary | 11001 | 1000001 | 1011010 | 1001000 | 11100 | 0 | 1000001 | 11001011 | 111001 | 10111 |
Color Harmonies of #19415A
Complementary color
Monochromatic Colors of #19415A
Black with #19415A
Text Example
Text Example
White with #19415A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19415A; }
p { color: rgb(25,65,90); }
H1.HeaderClassName
{
color: #19415A;
}
.AnyTagClassName
{
color: #19415A;
}
</style>
background-color css
<style>
a { background-color: #19415A; }
a { background-color: rgb(25,65,90); }
div.DivClassName
{
background-color: #19415A;
}
.BgClassName
{
background-color: #19415A;
}
</style>
border-color css
<style>
span { border-color: #19415A; }
span { border-color: rgb(25,65,90); }
td.TdClassName
{
border-color: #19415A;
}
.TagClassName
{
border-color: #19415A;
}
</style>