Shades of Endeavour #19518E
Tints of Endeavour #19518E
RGB
CMYK
RGB Variations
Color information
#19518E (or 0x19518E) is known color: Endeavour. HEX triplet: 19, 51 and 8E. RGB value is (25,81,142). Sum of RGB (Red+Green+Blue) = 25+81+142=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 142 (55.86% from 255 or 57.26% from 248); Max value from RGB is 142 - color contains mainly: blue. Hex color #19518E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19518E is #E6AE71. Grayscale: #464646. Windows color (decimal): -15117938 or 9326873. OLE color: 9326873.
HSL color Cylindrical-coordinate representation of color #19518E: hue angle of 211.28º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19518E is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 81 | 142 | - |
| CMYK | 0.82 | 0.43 | 0 | 0.44 |
| HSL | 211.28º | 0.7% | 0.33% | - |
| HSV(B) | 211.28º | 0.82% | 0.56% | - |
| XYZ | 8.23 | 8.04 | 26.71 | - |
| YUV | 71.21 | 167.95 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 81 | 142 | 0.82 | 0.43 | 0 | 0.44 | 211.28 | 0.7 | 0.33 |
| Hex | 19 | 51 | 8E | 52 | 2B | 0 | 2C | D3 | 46 | 21 |
| Octal | 31 | 121 | 216 | 122 | 53 | 0 | 54 | 323 | 106 | 41 |
| Binary | 11001 | 1010001 | 10001110 | 1010010 | 101011 | 0 | 101100 | 11010011 | 1000110 | 100001 |
Color Harmonies of #19518E
Complementary color
Monochromatic Colors of #19518E
Black with #19518E
Text Example
Text Example
White with #19518E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19518E; }
p { color: rgb(25,81,142); }
H1.HeaderClassName
{
color: #19518E;
}
.AnyTagClassName
{
color: #19518E;
}
</style>
background-color css
<style>
a { background-color: #19518E; }
a { background-color: rgb(25,81,142); }
div.DivClassName
{
background-color: #19518E;
}
.BgClassName
{
background-color: #19518E;
}
</style>
border-color css
<style>
span { border-color: #19518E; }
span { border-color: rgb(25,81,142); }
td.TdClassName
{
border-color: #19518E;
}
.TagClassName
{
border-color: #19518E;
}
</style>