Shades of Endeavour #19569D
Tints of Endeavour #19569D
RGB
CMYK
RGB Variations
Color information
#19569D (or 0x19569D) is known color: Endeavour. HEX triplet: 19, 56 and 9D. RGB value is (25,86,157). Sum of RGB (Red+Green+Blue) = 25+86+157=268 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.33% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 157 (61.72% from 255 or 58.58% from 268); Max value from RGB is 157 - color contains mainly: blue. Hex color #19569D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19569D is #E6A962. Grayscale: #4B4B4B. Windows color (decimal): -15116643 or 10311193. OLE color: 10311193.
HSL color Cylindrical-coordinate representation of color #19569D: hue angle of 212.27º 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 #19569D is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 86 | 157 | - |
| CMYK | 0.84 | 0.45 | 0 | 0.38 |
| HSL | 212.27º | 0.73% | 0.36% | - |
| HSV(B) | 212.27º | 0.84% | 0.62% | - |
| XYZ | 9.81 | 9.3 | 33.18 | - |
| YUV | 75.86 | 173.79 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 86 | 157 | 0.84 | 0.45 | 0 | 0.38 | 212.27 | 0.73 | 0.36 |
| Hex | 19 | 56 | 9D | 54 | 2D | 0 | 26 | D4 | 49 | 24 |
| Octal | 31 | 126 | 235 | 124 | 55 | 0 | 46 | 324 | 111 | 44 |
| Binary | 11001 | 1010110 | 10011101 | 1010100 | 101101 | 0 | 100110 | 11010100 | 1001001 | 100100 |
Color Harmonies of #19569D
Complementary color
Monochromatic Colors of #19569D
Black with #19569D
Text Example
Text Example
White with #19569D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19569D; }
p { color: rgb(25,86,157); }
H1.HeaderClassName
{
color: #19569D;
}
.AnyTagClassName
{
color: #19569D;
}
</style>
background-color css
<style>
a { background-color: #19569D; }
a { background-color: rgb(25,86,157); }
div.DivClassName
{
background-color: #19569D;
}
.BgClassName
{
background-color: #19569D;
}
</style>
border-color css
<style>
span { border-color: #19569D; }
span { border-color: rgb(25,86,157); }
td.TdClassName
{
border-color: #19569D;
}
.TagClassName
{
border-color: #19569D;
}
</style>