Shades of Endeavour #19629C
Tints of Endeavour #19629C
RGB
CMYK
RGB Variations
Color information
#19629C (or 0x19629C) is known color: Endeavour. HEX triplet: 19, 62 and 9C. RGB value is (25,98,156). Sum of RGB (Red+Green+Blue) = 25+98+156=279 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.96% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 156 (61.33% from 255 or 55.91% from 279); Max value from RGB is 156 - color contains mainly: blue. Hex color #19629C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19629C is #E69D63. Grayscale: #525252. Windows color (decimal): -15113572 or 10248729. OLE color: 10248729.
HSL color Cylindrical-coordinate representation of color #19629C: hue angle of 206.56º 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 #19629C is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 98 | 156 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.39 |
| HSL | 206.56º | 0.72% | 0.35% | - |
| HSV(B) | 206.56º | 0.84% | 0.61% | - |
| XYZ | 10.77 | 11.34 | 33.07 | - |
| YUV | 82.79 | 169.32 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 98 | 156 | 0.84 | 0.37 | 0 | 0.39 | 206.56 | 0.72 | 0.35 |
| Hex | 19 | 62 | 9C | 54 | 25 | 0 | 27 | CF | 48 | 23 |
| Octal | 31 | 142 | 234 | 124 | 45 | 0 | 47 | 317 | 110 | 43 |
| Binary | 11001 | 1100010 | 10011100 | 1010100 | 100101 | 0 | 100111 | 11001111 | 1001000 | 100011 |
Color Harmonies of #19629C
Complementary color
Monochromatic Colors of #19629C
Black with #19629C
Text Example
Text Example
White with #19629C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19629C; }
p { color: rgb(25,98,156); }
H1.HeaderClassName
{
color: #19629C;
}
.AnyTagClassName
{
color: #19629C;
}
</style>
background-color css
<style>
a { background-color: #19629C; }
a { background-color: rgb(25,98,156); }
div.DivClassName
{
background-color: #19629C;
}
.BgClassName
{
background-color: #19629C;
}
</style>
border-color css
<style>
span { border-color: #19629C; }
span { border-color: rgb(25,98,156); }
td.TdClassName
{
border-color: #19629C;
}
.TagClassName
{
border-color: #19629C;
}
</style>