Shades of Endeavour #19488F
Tints of Endeavour #19488F
RGB
CMYK
RGB Variations
Color information
#19488F (or 0x19488F) is known color: Endeavour. HEX triplet: 19, 48 and 8F. RGB value is (25,72,143). Sum of RGB (Red+Green+Blue) = 25+72+143=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 143 (56.25% from 255 or 59.58% from 240); Max value from RGB is 143 - color contains mainly: blue. Hex color #19488F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19488F is #E6B770. Grayscale: #414141. Windows color (decimal): -15120241 or 9390105. OLE color: 9390105.
HSL color Cylindrical-coordinate representation of color #19488F: hue angle of 216.1º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19488F is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 72 | 143 | - |
| CMYK | 0.83 | 0.50 | 0 | 0.44 |
| HSL | 216.1º | 0.7% | 0.33% | - |
| HSV(B) | 216.1º | 0.83% | 0.56% | - |
| XYZ | 7.68 | 6.82 | 26.9 | - |
| YUV | 66.04 | 171.43 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 72 | 143 | 0.83 | 0.50 | 0 | 0.44 | 216.1 | 0.7 | 0.33 |
| Hex | 19 | 48 | 8F | 53 | 32 | 0 | 2C | D8 | 46 | 21 |
| Octal | 31 | 110 | 217 | 123 | 62 | 0 | 54 | 330 | 106 | 41 |
| Binary | 11001 | 1001000 | 10001111 | 1010011 | 110010 | 0 | 101100 | 11011000 | 1000110 | 100001 |
Color Harmonies of #19488F
Complementary color
Monochromatic Colors of #19488F
Black with #19488F
Text Example
Text Example
White with #19488F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19488F; }
p { color: rgb(25,72,143); }
H1.HeaderClassName
{
color: #19488F;
}
.AnyTagClassName
{
color: #19488F;
}
</style>
background-color css
<style>
a { background-color: #19488F; }
a { background-color: rgb(25,72,143); }
div.DivClassName
{
background-color: #19488F;
}
.BgClassName
{
background-color: #19488F;
}
</style>
border-color css
<style>
span { border-color: #19488F; }
span { border-color: rgb(25,72,143); }
td.TdClassName
{
border-color: #19488F;
}
.TagClassName
{
border-color: #19488F;
}
</style>