Shades of Endeavour #19529F
Tints of Endeavour #19529F
RGB
CMYK
RGB Variations
Color information
#19529F (or 0x19529F) is known color: Endeavour. HEX triplet: 19, 52 and 9F. RGB value is (25,82,159). Sum of RGB (Red+Green+Blue) = 25+82+159=266 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.40% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 159 (62.5% from 255 or 59.77% from 266); Max value from RGB is 159 - color contains mainly: blue. Hex color #19529F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19529F is #E6AD60. Grayscale: #494949. Windows color (decimal): -15117665 or 10441241. OLE color: 10441241.
HSL color Cylindrical-coordinate representation of color #19529F: hue angle of 214.48º 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 #19529F is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 82 | 159 | - |
| CMYK | 0.84 | 0.48 | 0 | 0.38 |
| HSL | 214.48º | 0.73% | 0.36% | - |
| HSV(B) | 214.48º | 0.84% | 0.62% | - |
| XYZ | 9.68 | 8.74 | 33.98 | - |
| YUV | 73.74 | 176.12 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 82 | 159 | 0.84 | 0.48 | 0 | 0.38 | 214.48 | 0.73 | 0.36 |
| Hex | 19 | 52 | 9F | 54 | 30 | 0 | 26 | D6 | 49 | 24 |
| Octal | 31 | 122 | 237 | 124 | 60 | 0 | 46 | 326 | 111 | 44 |
| Binary | 11001 | 1010010 | 10011111 | 1010100 | 110000 | 0 | 100110 | 11010110 | 1001001 | 100100 |
Color Harmonies of #19529F
Complementary color
Monochromatic Colors of #19529F
Black with #19529F
Text Example
Text Example
White with #19529F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19529F; }
p { color: rgb(25,82,159); }
H1.HeaderClassName
{
color: #19529F;
}
.AnyTagClassName
{
color: #19529F;
}
</style>
background-color css
<style>
a { background-color: #19529F; }
a { background-color: rgb(25,82,159); }
div.DivClassName
{
background-color: #19529F;
}
.BgClassName
{
background-color: #19529F;
}
</style>
border-color css
<style>
span { border-color: #19529F; }
span { border-color: rgb(25,82,159); }
td.TdClassName
{
border-color: #19529F;
}
.TagClassName
{
border-color: #19529F;
}
</style>