Shades of Endeavour #19498C
Tints of Endeavour #19498C
RGB
CMYK
RGB Variations
Color information
#19498C (or 0x19498C) is known color: Endeavour. HEX triplet: 19, 49 and 8C. RGB value is (25,73,140). Sum of RGB (Red+Green+Blue) = 25+73+140=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 140 (55.08% from 255 or 58.82% from 238); Max value from RGB is 140 - color contains mainly: blue. Hex color #19498C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19498C is #E6B673. Grayscale: #414141. Windows color (decimal): -15119988 or 9193753. OLE color: 9193753.
HSL color Cylindrical-coordinate representation of color #19498C: hue angle of 214.96º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19498C is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 73 | 140 | - |
| CMYK | 0.82 | 0.48 | 0 | 0.45 |
| HSL | 214.96º | 0.7% | 0.32% | - |
| HSV(B) | 214.96º | 0.82% | 0.55% | - |
| XYZ | 7.52 | 6.87 | 25.74 | - |
| YUV | 66.29 | 169.6 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 73 | 140 | 0.82 | 0.48 | 0 | 0.45 | 214.96 | 0.7 | 0.32 |
| Hex | 19 | 49 | 8C | 52 | 30 | 0 | 2D | D7 | 46 | 20 |
| Octal | 31 | 111 | 214 | 122 | 60 | 0 | 55 | 327 | 106 | 40 |
| Binary | 11001 | 1001001 | 10001100 | 1010010 | 110000 | 0 | 101101 | 11010111 | 1000110 | 100000 |
Color Harmonies of #19498C
Complementary color
Monochromatic Colors of #19498C
Black with #19498C
Text Example
Text Example
White with #19498C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19498C; }
p { color: rgb(25,73,140); }
H1.HeaderClassName
{
color: #19498C;
}
.AnyTagClassName
{
color: #19498C;
}
</style>
background-color css
<style>
a { background-color: #19498C; }
a { background-color: rgb(25,73,140); }
div.DivClassName
{
background-color: #19498C;
}
.BgClassName
{
background-color: #19498C;
}
</style>
border-color css
<style>
span { border-color: #19498C; }
span { border-color: rgb(25,73,140); }
td.TdClassName
{
border-color: #19498C;
}
.TagClassName
{
border-color: #19498C;
}
</style>