Shades of Endeavour #19509F
Tints of Endeavour #19509F
RGB
CMYK
RGB Variations
Color information
#19509F (or 0x19509F) is known color: Endeavour. HEX triplet: 19, 50 and 9F. RGB value is (25,80,159). Sum of RGB (Red+Green+Blue) = 25+80+159=264 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.47% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 159 (62.5% from 255 or 60.23% from 264); Max value from RGB is 159 - color contains mainly: blue. Hex color #19509F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19509F is #E6AF60. Grayscale: #484848. Windows color (decimal): -15118177 or 10440729. OLE color: 10440729.
HSL color Cylindrical-coordinate representation of color #19509F: hue angle of 215.37º 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 #19509F is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 80 | 159 | - |
| CMYK | 0.84 | 0.50 | 0 | 0.38 |
| HSL | 215.37º | 0.73% | 0.36% | - |
| HSV(B) | 215.37º | 0.84% | 0.62% | - |
| XYZ | 9.53 | 8.45 | 33.93 | - |
| YUV | 72.56 | 176.78 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 80 | 159 | 0.84 | 0.50 | 0 | 0.38 | 215.37 | 0.73 | 0.36 |
| Hex | 19 | 50 | 9F | 54 | 32 | 0 | 26 | D7 | 49 | 24 |
| Octal | 31 | 120 | 237 | 124 | 62 | 0 | 46 | 327 | 111 | 44 |
| Binary | 11001 | 1010000 | 10011111 | 1010100 | 110010 | 0 | 100110 | 11010111 | 1001001 | 100100 |
Color Harmonies of #19509F
Complementary color
Monochromatic Colors of #19509F
Black with #19509F
Text Example
Text Example
White with #19509F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19509F; }
p { color: rgb(25,80,159); }
H1.HeaderClassName
{
color: #19509F;
}
.AnyTagClassName
{
color: #19509F;
}
</style>
background-color css
<style>
a { background-color: #19509F; }
a { background-color: rgb(25,80,159); }
div.DivClassName
{
background-color: #19509F;
}
.BgClassName
{
background-color: #19509F;
}
</style>
border-color css
<style>
span { border-color: #19509F; }
span { border-color: rgb(25,80,159); }
td.TdClassName
{
border-color: #19509F;
}
.TagClassName
{
border-color: #19509F;
}
</style>