Shades of Endeavour #19649A
Tints of Endeavour #19649A
RGB
CMYK
RGB Variations
Color information
#19649A (or 0x19649A) is known color: Endeavour. HEX triplet: 19, 64 and 9A. RGB value is (25,100,154). Sum of RGB (Red+Green+Blue) = 25+100+154=279 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.96% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 154 (60.55% from 255 or 55.20% from 279); Max value from RGB is 154 - color contains mainly: blue. Hex color #19649A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19649A is #E69B65. Grayscale: #535353. Windows color (decimal): -15113062 or 10118169. OLE color: 10118169.
HSL color Cylindrical-coordinate representation of color #19649A: hue angle of 205.12º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19649A is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 100 | 154 | - |
| CMYK | 0.84 | 0.35 | 0 | 0.40 |
| HSL | 205.12º | 0.72% | 0.35% | - |
| HSV(B) | 205.12º | 0.84% | 0.6% | - |
| XYZ | 10.79 | 11.65 | 32.25 | - |
| YUV | 83.73 | 167.65 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 100 | 154 | 0.84 | 0.35 | 0 | 0.40 | 205.12 | 0.72 | 0.35 |
| Hex | 19 | 64 | 9A | 54 | 23 | 0 | 28 | CD | 48 | 23 |
| Octal | 31 | 144 | 232 | 124 | 43 | 0 | 50 | 315 | 110 | 43 |
| Binary | 11001 | 1100100 | 10011010 | 1010100 | 100011 | 0 | 101000 | 11001101 | 1001000 | 100011 |
Color Harmonies of #19649A
Complementary color
Monochromatic Colors of #19649A
Black with #19649A
Text Example
Text Example
White with #19649A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19649A; }
p { color: rgb(25,100,154); }
H1.HeaderClassName
{
color: #19649A;
}
.AnyTagClassName
{
color: #19649A;
}
</style>
background-color css
<style>
a { background-color: #19649A; }
a { background-color: rgb(25,100,154); }
div.DivClassName
{
background-color: #19649A;
}
.BgClassName
{
background-color: #19649A;
}
</style>
border-color css
<style>
span { border-color: #19649A; }
span { border-color: rgb(25,100,154); }
td.TdClassName
{
border-color: #19649A;
}
.TagClassName
{
border-color: #19649A;
}
</style>