Shades of Endeavour #19579D
Tints of Endeavour #19579D
RGB
CMYK
RGB Variations
Color information
#19579D (or 0x19579D) is known color: Endeavour. HEX triplet: 19, 57 and 9D. RGB value is (25,87,157). Sum of RGB (Red+Green+Blue) = 25+87+157=269 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.29% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 157 (61.72% from 255 or 58.36% from 269); Max value from RGB is 157 - color contains mainly: blue. Hex color #19579D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19579D is #E6A862. Grayscale: #4C4C4C. Windows color (decimal): -15116387 or 10311449. OLE color: 10311449.
HSL color Cylindrical-coordinate representation of color #19579D: hue angle of 211.82º 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 #19579D is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 87 | 157 | - |
| CMYK | 0.84 | 0.45 | 0 | 0.38 |
| HSL | 211.82º | 0.73% | 0.36% | - |
| HSV(B) | 211.82º | 0.84% | 0.62% | - |
| XYZ | 9.89 | 9.46 | 33.2 | - |
| YUV | 76.44 | 173.46 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 87 | 157 | 0.84 | 0.45 | 0 | 0.38 | 211.82 | 0.73 | 0.36 |
| Hex | 19 | 57 | 9D | 54 | 2D | 0 | 26 | D4 | 49 | 24 |
| Octal | 31 | 127 | 235 | 124 | 55 | 0 | 46 | 324 | 111 | 44 |
| Binary | 11001 | 1010111 | 10011101 | 1010100 | 101101 | 0 | 100110 | 11010100 | 1001001 | 100100 |
Color Harmonies of #19579D
Complementary color
Monochromatic Colors of #19579D
Black with #19579D
Text Example
Text Example
White with #19579D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19579D; }
p { color: rgb(25,87,157); }
H1.HeaderClassName
{
color: #19579D;
}
.AnyTagClassName
{
color: #19579D;
}
</style>
background-color css
<style>
a { background-color: #19579D; }
a { background-color: rgb(25,87,157); }
div.DivClassName
{
background-color: #19579D;
}
.BgClassName
{
background-color: #19579D;
}
</style>
border-color css
<style>
span { border-color: #19579D; }
span { border-color: rgb(25,87,157); }
td.TdClassName
{
border-color: #19579D;
}
.TagClassName
{
border-color: #19579D;
}
</style>