Shades of Endeavour #19629B
Tints of Endeavour #19629B
RGB
CMYK
RGB Variations
Color information
#19629B (or 0x19629B) is known color: Endeavour. HEX triplet: 19, 62 and 9B. RGB value is (25,98,155). Sum of RGB (Red+Green+Blue) = 25+98+155=278 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.99% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 155 (60.94% from 255 or 55.76% from 278); Max value from RGB is 155 - color contains mainly: blue. Hex color #19629B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19629B is #E69D64. Grayscale: #525252. Windows color (decimal): -15113573 or 10183193. OLE color: 10183193.
HSL color Cylindrical-coordinate representation of color #19629B: hue angle of 206.31º 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 #19629B is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 98 | 155 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.39 |
| HSL | 206.31º | 0.72% | 0.35% | - |
| HSV(B) | 206.31º | 0.84% | 0.61% | - |
| XYZ | 10.68 | 11.31 | 32.63 | - |
| YUV | 82.67 | 168.82 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 98 | 155 | 0.84 | 0.37 | 0 | 0.39 | 206.31 | 0.72 | 0.35 |
| Hex | 19 | 62 | 9B | 54 | 25 | 0 | 27 | CE | 48 | 23 |
| Octal | 31 | 142 | 233 | 124 | 45 | 0 | 47 | 316 | 110 | 43 |
| Binary | 11001 | 1100010 | 10011011 | 1010100 | 100101 | 0 | 100111 | 11001110 | 1001000 | 100011 |
Color Harmonies of #19629B
Complementary color
Monochromatic Colors of #19629B
Black with #19629B
Text Example
Text Example
White with #19629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19629B; }
p { color: rgb(25,98,155); }
H1.HeaderClassName
{
color: #19629B;
}
.AnyTagClassName
{
color: #19629B;
}
</style>
background-color css
<style>
a { background-color: #19629B; }
a { background-color: rgb(25,98,155); }
div.DivClassName
{
background-color: #19629B;
}
.BgClassName
{
background-color: #19629B;
}
</style>
border-color css
<style>
span { border-color: #19629B; }
span { border-color: rgb(25,98,155); }
td.TdClassName
{
border-color: #19629B;
}
.TagClassName
{
border-color: #19629B;
}
</style>