Shades of Endeavour #19619C
Tints of Endeavour #19619C
RGB
CMYK
RGB Variations
Color information
#19619C (or 0x19619C) is known color: Endeavour. HEX triplet: 19, 61 and 9C. RGB value is (25,97,156). Sum of RGB (Red+Green+Blue) = 25+97+156=278 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.99% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 156 (61.33% from 255 or 56.12% from 278); Max value from RGB is 156 - color contains mainly: blue. Hex color #19619C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19619C is #E69E63. Grayscale: #515151. Windows color (decimal): -15113828 or 10248473. OLE color: 10248473.
HSL color Cylindrical-coordinate representation of color #19619C: hue angle of 207.02º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19619C is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 97 | 156 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.39 |
| HSL | 207.02º | 0.72% | 0.35% | - |
| HSV(B) | 207.02º | 0.84% | 0.61% | - |
| XYZ | 10.68 | 11.16 | 33.04 | - |
| YUV | 82.2 | 169.65 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 97 | 156 | 0.84 | 0.38 | 0 | 0.39 | 207.02 | 0.72 | 0.35 |
| Hex | 19 | 61 | 9C | 54 | 26 | 0 | 27 | CF | 48 | 23 |
| Octal | 31 | 141 | 234 | 124 | 46 | 0 | 47 | 317 | 110 | 43 |
| Binary | 11001 | 1100001 | 10011100 | 1010100 | 100110 | 0 | 100111 | 11001111 | 1001000 | 100011 |
Color Harmonies of #19619C
Complementary color
Monochromatic Colors of #19619C
Black with #19619C
Text Example
Text Example
White with #19619C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19619C; }
p { color: rgb(25,97,156); }
H1.HeaderClassName
{
color: #19619C;
}
.AnyTagClassName
{
color: #19619C;
}
</style>
background-color css
<style>
a { background-color: #19619C; }
a { background-color: rgb(25,97,156); }
div.DivClassName
{
background-color: #19619C;
}
.BgClassName
{
background-color: #19619C;
}
</style>
border-color css
<style>
span { border-color: #19619C; }
span { border-color: rgb(25,97,156); }
td.TdClassName
{
border-color: #19619C;
}
.TagClassName
{
border-color: #19619C;
}
</style>