Shades of Endeavour #19549F
Tints of Endeavour #19549F
RGB
CMYK
RGB Variations
Color information
#19549F (or 0x19549F) is known color: Endeavour. HEX triplet: 19, 54 and 9F. RGB value is (25,84,159). Sum of RGB (Red+Green+Blue) = 25+84+159=268 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.33% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 159 (62.5% from 255 or 59.33% from 268); Max value from RGB is 159 - color contains mainly: blue. Hex color #19549F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19549F is #E6AB60. Grayscale: #4A4A4A. Windows color (decimal): -15117153 or 10441753. OLE color: 10441753.
HSL color Cylindrical-coordinate representation of color #19549F: hue angle of 213.58º 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 #19549F is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 84 | 159 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.38 |
| HSL | 213.58º | 0.73% | 0.36% | - |
| HSV(B) | 213.58º | 0.84% | 0.62% | - |
| XYZ | 9.83 | 9.05 | 34.03 | - |
| YUV | 74.91 | 175.45 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 84 | 159 | 0.84 | 0.47 | 0 | 0.38 | 213.58 | 0.73 | 0.36 |
| Hex | 19 | 54 | 9F | 54 | 2F | 0 | 26 | D6 | 49 | 24 |
| Octal | 31 | 124 | 237 | 124 | 57 | 0 | 46 | 326 | 111 | 44 |
| Binary | 11001 | 1010100 | 10011111 | 1010100 | 101111 | 0 | 100110 | 11010110 | 1001001 | 100100 |
Color Harmonies of #19549F
Complementary color
Monochromatic Colors of #19549F
Black with #19549F
Text Example
Text Example
White with #19549F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19549F; }
p { color: rgb(25,84,159); }
H1.HeaderClassName
{
color: #19549F;
}
.AnyTagClassName
{
color: #19549F;
}
</style>
background-color css
<style>
a { background-color: #19549F; }
a { background-color: rgb(25,84,159); }
div.DivClassName
{
background-color: #19549F;
}
.BgClassName
{
background-color: #19549F;
}
</style>
border-color css
<style>
span { border-color: #19549F; }
span { border-color: rgb(25,84,159); }
td.TdClassName
{
border-color: #19549F;
}
.TagClassName
{
border-color: #19549F;
}
</style>