Shades of Endeavour #19518D
Tints of Endeavour #19518D
RGB
CMYK
RGB Variations
Color information
#19518D (or 0x19518D) is known color: Endeavour. HEX triplet: 19, 51 and 8D. RGB value is (25,81,141). Sum of RGB (Red+Green+Blue) = 25+81+141=247 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.12% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 141 (55.47% from 255 or 57.09% from 247); Max value from RGB is 141 - color contains mainly: blue. Hex color #19518D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19518D is #E6AE72. Grayscale: #464646. Windows color (decimal): -15117939 or 9261337. OLE color: 9261337.
HSL color Cylindrical-coordinate representation of color #19518D: hue angle of 211.03º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19518D is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 81 | 141 | - |
| CMYK | 0.82 | 0.43 | 0 | 0.45 |
| HSL | 211.03º | 0.7% | 0.33% | - |
| HSV(B) | 211.03º | 0.82% | 0.55% | - |
| XYZ | 8.15 | 8.01 | 26.32 | - |
| YUV | 71.1 | 167.45 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 81 | 141 | 0.82 | 0.43 | 0 | 0.45 | 211.03 | 0.7 | 0.33 |
| Hex | 19 | 51 | 8D | 52 | 2B | 0 | 2D | D3 | 46 | 21 |
| Octal | 31 | 121 | 215 | 122 | 53 | 0 | 55 | 323 | 106 | 41 |
| Binary | 11001 | 1010001 | 10001101 | 1010010 | 101011 | 0 | 101101 | 11010011 | 1000110 | 100001 |
Color Harmonies of #19518D
Complementary color
Monochromatic Colors of #19518D
Black with #19518D
Text Example
Text Example
White with #19518D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19518D; }
p { color: rgb(25,81,141); }
H1.HeaderClassName
{
color: #19518D;
}
.AnyTagClassName
{
color: #19518D;
}
</style>
background-color css
<style>
a { background-color: #19518D; }
a { background-color: rgb(25,81,141); }
div.DivClassName
{
background-color: #19518D;
}
.BgClassName
{
background-color: #19518D;
}
</style>
border-color css
<style>
span { border-color: #19518D; }
span { border-color: rgb(25,81,141); }
td.TdClassName
{
border-color: #19518D;
}
.TagClassName
{
border-color: #19518D;
}
</style>