Shades of Endeavour #19488D
Tints of Endeavour #19488D
RGB
CMYK
RGB Variations
Color information
#19488D (or 0x19488D) is known color: Endeavour. HEX triplet: 19, 48 and 8D. RGB value is (25,72,141). Sum of RGB (Red+Green+Blue) = 25+72+141=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 141 (55.47% from 255 or 59.24% from 238); Max value from RGB is 141 - color contains mainly: blue. Hex color #19488D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19488D is #E6B772. Grayscale: #414141. Windows color (decimal): -15120243 or 9259033. OLE color: 9259033.
HSL color Cylindrical-coordinate representation of color #19488D: hue angle of 215.69º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19488D is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 72 | 141 | - |
| CMYK | 0.82 | 0.49 | 0 | 0.45 |
| HSL | 215.69º | 0.7% | 0.33% | - |
| HSV(B) | 215.69º | 0.82% | 0.55% | - |
| XYZ | 7.53 | 6.76 | 26.11 | - |
| YUV | 65.81 | 170.43 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 72 | 141 | 0.82 | 0.49 | 0 | 0.45 | 215.69 | 0.7 | 0.33 |
| Hex | 19 | 48 | 8D | 52 | 31 | 0 | 2D | D8 | 46 | 21 |
| Octal | 31 | 110 | 215 | 122 | 61 | 0 | 55 | 330 | 106 | 41 |
| Binary | 11001 | 1001000 | 10001101 | 1010010 | 110001 | 0 | 101101 | 11011000 | 1000110 | 100001 |
Color Harmonies of #19488D
Complementary color
Monochromatic Colors of #19488D
Black with #19488D
Text Example
Text Example
White with #19488D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19488D; }
p { color: rgb(25,72,141); }
H1.HeaderClassName
{
color: #19488D;
}
.AnyTagClassName
{
color: #19488D;
}
</style>
background-color css
<style>
a { background-color: #19488D; }
a { background-color: rgb(25,72,141); }
div.DivClassName
{
background-color: #19488D;
}
.BgClassName
{
background-color: #19488D;
}
</style>
border-color css
<style>
span { border-color: #19488D; }
span { border-color: rgb(25,72,141); }
td.TdClassName
{
border-color: #19488D;
}
.TagClassName
{
border-color: #19488D;
}
</style>