Shades of Regal Blue #19426C
Tints of Regal Blue #19426C
RGB
CMYK
RGB Variations
Color information
#19426C (or 0x19426C) is known color: Regal Blue. HEX triplet: 19, 42 and 6C. RGB value is (25,66,108). Sum of RGB (Red+Green+Blue) = 25+66+108=199 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.56% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 108 (42.58% from 255 or 54.27% from 199); Max value from RGB is 108 - color contains mainly: blue. Hex color #19426C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19426C is #E6BD93. Grayscale: #3A3A3A. Windows color (decimal): -15121812 or 7094809. OLE color: 7094809.
HSL color Cylindrical-coordinate representation of color #19426C: hue angle of 210.36º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19426C is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 66 | 108 | - |
| CMYK | 0.77 | 0.39 | 0 | 0.58 |
| HSL | 210.36º | 0.62% | 0.26% | - |
| HSV(B) | 210.36º | 0.77% | 0.42% | - |
| XYZ | 5.06 | 5.19 | 14.92 | - |
| YUV | 58.53 | 155.92 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 66 | 108 | 0.77 | 0.39 | 0 | 0.58 | 210.36 | 0.62 | 0.26 |
| Hex | 19 | 42 | 6C | 4D | 27 | 0 | 3A | D2 | 3E | 1A |
| Octal | 31 | 102 | 154 | 115 | 47 | 0 | 72 | 322 | 76 | 32 |
| Binary | 11001 | 1000010 | 1101100 | 1001101 | 100111 | 0 | 111010 | 11010010 | 111110 | 11010 |
Color Harmonies of #19426C
Complementary color
Monochromatic Colors of #19426C
Black with #19426C
Text Example
Text Example
White with #19426C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19426C; }
p { color: rgb(25,66,108); }
H1.HeaderClassName
{
color: #19426C;
}
.AnyTagClassName
{
color: #19426C;
}
</style>
background-color css
<style>
a { background-color: #19426C; }
a { background-color: rgb(25,66,108); }
div.DivClassName
{
background-color: #19426C;
}
.BgClassName
{
background-color: #19426C;
}
</style>
border-color css
<style>
span { border-color: #19426C; }
span { border-color: rgb(25,66,108); }
td.TdClassName
{
border-color: #19426C;
}
.TagClassName
{
border-color: #19426C;
}
</style>