Shades of Endeavour #19509D
Tints of Endeavour #19509D
RGB
CMYK
RGB Variations
Color information
#19509D (or 0x19509D) is known color: Endeavour. HEX triplet: 19, 50 and 9D. RGB value is (25,80,157). Sum of RGB (Red+Green+Blue) = 25+80+157=262 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.54% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 157 (61.72% from 255 or 59.92% from 262); Max value from RGB is 157 - color contains mainly: blue. Hex color #19509D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19509D is #E6AF62. Grayscale: #474747. Windows color (decimal): -15118179 or 10309657. OLE color: 10309657.
HSL color Cylindrical-coordinate representation of color #19509D: hue angle of 215º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19509D is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 80 | 157 | - |
| CMYK | 0.84 | 0.49 | 0 | 0.38 |
| HSL | 215º | 0.73% | 0.36% | - |
| HSV(B) | 215º | 0.84% | 0.62% | - |
| XYZ | 9.36 | 8.38 | 33.02 | - |
| YUV | 72.33 | 175.78 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 80 | 157 | 0.84 | 0.49 | 0 | 0.38 | 215 | 0.73 | 0.36 |
| Hex | 19 | 50 | 9D | 54 | 31 | 0 | 26 | D7 | 49 | 24 |
| Octal | 31 | 120 | 235 | 124 | 61 | 0 | 46 | 327 | 111 | 44 |
| Binary | 11001 | 1010000 | 10011101 | 1010100 | 110001 | 0 | 100110 | 11010111 | 1001001 | 100100 |
Color Harmonies of #19509D
Complementary color
Monochromatic Colors of #19509D
Black with #19509D
Text Example
Text Example
White with #19509D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19509D; }
p { color: rgb(25,80,157); }
H1.HeaderClassName
{
color: #19509D;
}
.AnyTagClassName
{
color: #19509D;
}
</style>
background-color css
<style>
a { background-color: #19509D; }
a { background-color: rgb(25,80,157); }
div.DivClassName
{
background-color: #19509D;
}
.BgClassName
{
background-color: #19509D;
}
</style>
border-color css
<style>
span { border-color: #19509D; }
span { border-color: rgb(25,80,157); }
td.TdClassName
{
border-color: #19509D;
}
.TagClassName
{
border-color: #19509D;
}
</style>