Shades of Endeavour #19649B
Tints of Endeavour #19649B
RGB
CMYK
RGB Variations
Color information
#19649B (or 0x19649B) is known color: Endeavour. HEX triplet: 19, 64 and 9B. RGB value is (25,100,155). Sum of RGB (Red+Green+Blue) = 25+100+155=280 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.93% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 155 (60.94% from 255 or 55.36% from 280); Max value from RGB is 155 - color contains mainly: blue. Hex color #19649B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19649B is #E69B64. Grayscale: #535353. Windows color (decimal): -15113061 or 10183705. OLE color: 10183705.
HSL color Cylindrical-coordinate representation of color #19649B: hue angle of 205.38º 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 #19649B is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 100 | 155 | - |
| CMYK | 0.84 | 0.35 | 0 | 0.39 |
| HSL | 205.38º | 0.72% | 0.35% | - |
| HSV(B) | 205.38º | 0.84% | 0.61% | - |
| XYZ | 10.87 | 11.69 | 32.69 | - |
| YUV | 83.85 | 168.15 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 100 | 155 | 0.84 | 0.35 | 0 | 0.39 | 205.38 | 0.72 | 0.35 |
| Hex | 19 | 64 | 9B | 54 | 23 | 0 | 27 | CD | 48 | 23 |
| Octal | 31 | 144 | 233 | 124 | 43 | 0 | 47 | 315 | 110 | 43 |
| Binary | 11001 | 1100100 | 10011011 | 1010100 | 100011 | 0 | 100111 | 11001101 | 1001000 | 100011 |
Color Harmonies of #19649B
Complementary color
Monochromatic Colors of #19649B
Black with #19649B
Text Example
Text Example
White with #19649B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19649B; }
p { color: rgb(25,100,155); }
H1.HeaderClassName
{
color: #19649B;
}
.AnyTagClassName
{
color: #19649B;
}
</style>
background-color css
<style>
a { background-color: #19649B; }
a { background-color: rgb(25,100,155); }
div.DivClassName
{
background-color: #19649B;
}
.BgClassName
{
background-color: #19649B;
}
</style>
border-color css
<style>
span { border-color: #19649B; }
span { border-color: rgb(25,100,155); }
td.TdClassName
{
border-color: #19649B;
}
.TagClassName
{
border-color: #19649B;
}
</style>