Shades of Regal Blue #19426D
Tints of Regal Blue #19426D
RGB
CMYK
RGB Variations
Color information
#19426D (or 0x19426D) is known color: Regal Blue. HEX triplet: 19, 42 and 6D. RGB value is (25,66,109). Sum of RGB (Red+Green+Blue) = 25+66+109=200 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.5% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 109 (42.97% from 255 or 54.5% from 200); Max value from RGB is 109 - color contains mainly: blue. Hex color #19426D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19426D is #E6BD92. Grayscale: #3A3A3A. Windows color (decimal): -15121811 or 7160345. OLE color: 7160345.
HSL color Cylindrical-coordinate representation of color #19426D: hue angle of 210.71º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19426D is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 25 | 66 | 109 | - |
| CMYK | 0.77 | 0.39 | 0 | 0.57 |
| HSL | 210.71º | 0.63% | 0.26% | - |
| HSV(B) | 210.71º | 0.77% | 0.43% | - |
| XYZ | 5.11 | 5.21 | 15.2 | - |
| YUV | 58.64 | 156.42 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 66 | 109 | 0.77 | 0.39 | 0 | 0.57 | 210.71 | 0.63 | 0.26 |
| Hex | 19 | 42 | 6D | 4D | 27 | 0 | 39 | D3 | 3F | 1A |
| Octal | 31 | 102 | 155 | 115 | 47 | 0 | 71 | 323 | 77 | 32 |
| Binary | 11001 | 1000010 | 1101101 | 1001101 | 100111 | 0 | 111001 | 11010011 | 111111 | 11010 |
Color Harmonies of #19426D
Complementary color
Monochromatic Colors of #19426D
Black with #19426D
Text Example
Text Example
White with #19426D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19426D; }
p { color: rgb(25,66,109); }
H1.HeaderClassName
{
color: #19426D;
}
.AnyTagClassName
{
color: #19426D;
}
</style>
background-color css
<style>
a { background-color: #19426D; }
a { background-color: rgb(25,66,109); }
div.DivClassName
{
background-color: #19426D;
}
.BgClassName
{
background-color: #19426D;
}
</style>
border-color css
<style>
span { border-color: #19426D; }
span { border-color: rgb(25,66,109); }
td.TdClassName
{
border-color: #19426D;
}
.TagClassName
{
border-color: #19426D;
}
</style>