Shades of Endeavour #19639C
Tints of Endeavour #19639C
RGB
CMYK
RGB Variations
Color information
#19639C (or 0x19639C) is known color: Endeavour. HEX triplet: 19, 63 and 9C. RGB value is (25,99,156). Sum of RGB (Red+Green+Blue) = 25+99+156=280 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.93% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 156 (61.33% from 255 or 55.71% from 280); Max value from RGB is 156 - color contains mainly: blue. Hex color #19639C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19639C is #E69C63. Grayscale: #535353. Windows color (decimal): -15113316 or 10248985. OLE color: 10248985.
HSL color Cylindrical-coordinate representation of color #19639C: hue angle of 206.11º 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 #19639C is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 99 | 156 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.39 |
| HSL | 206.11º | 0.72% | 0.35% | - |
| HSV(B) | 206.11º | 0.84% | 0.61% | - |
| XYZ | 10.86 | 11.53 | 33.11 | - |
| YUV | 83.37 | 168.98 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 99 | 156 | 0.84 | 0.37 | 0 | 0.39 | 206.11 | 0.72 | 0.35 |
| Hex | 19 | 63 | 9C | 54 | 25 | 0 | 27 | CE | 48 | 23 |
| Octal | 31 | 143 | 234 | 124 | 45 | 0 | 47 | 316 | 110 | 43 |
| Binary | 11001 | 1100011 | 10011100 | 1010100 | 100101 | 0 | 100111 | 11001110 | 1001000 | 100011 |
Color Harmonies of #19639C
Complementary color
Monochromatic Colors of #19639C
Black with #19639C
Text Example
Text Example
White with #19639C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19639C; }
p { color: rgb(25,99,156); }
H1.HeaderClassName
{
color: #19639C;
}
.AnyTagClassName
{
color: #19639C;
}
</style>
background-color css
<style>
a { background-color: #19639C; }
a { background-color: rgb(25,99,156); }
div.DivClassName
{
background-color: #19639C;
}
.BgClassName
{
background-color: #19639C;
}
</style>
border-color css
<style>
span { border-color: #19639C; }
span { border-color: rgb(25,99,156); }
td.TdClassName
{
border-color: #19639C;
}
.TagClassName
{
border-color: #19639C;
}
</style>