Shades of Endeavour #19548F
Tints of Endeavour #19548F
RGB
CMYK
RGB Variations
Color information
#19548F (or 0x19548F) is known color: Endeavour. HEX triplet: 19, 54 and 8F. RGB value is (25,84,143). Sum of RGB (Red+Green+Blue) = 25+84+143=252 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.92% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 143 (56.25% from 255 or 56.75% from 252); Max value from RGB is 143 - color contains mainly: blue. Hex color #19548F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19548F is #E6AB70. Grayscale: #484848. Windows color (decimal): -15117169 or 9393177. OLE color: 9393177.
HSL color Cylindrical-coordinate representation of color #19548F: hue angle of 210º 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 #19548F is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 84 | 143 | - |
| CMYK | 0.83 | 0.41 | 0 | 0.44 |
| HSL | 210º | 0.7% | 0.33% | - |
| HSV(B) | 210º | 0.83% | 0.56% | - |
| XYZ | 8.53 | 8.53 | 27.18 | - |
| YUV | 73.09 | 167.45 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 84 | 143 | 0.83 | 0.41 | 0 | 0.44 | 210 | 0.7 | 0.33 |
| Hex | 19 | 54 | 8F | 53 | 29 | 0 | 2C | D2 | 46 | 21 |
| Octal | 31 | 124 | 217 | 123 | 51 | 0 | 54 | 322 | 106 | 41 |
| Binary | 11001 | 1010100 | 10001111 | 1010011 | 101001 | 0 | 101100 | 11010010 | 1000110 | 100001 |
Color Harmonies of #19548F
Complementary color
Monochromatic Colors of #19548F
Black with #19548F
Text Example
Text Example
White with #19548F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19548F; }
p { color: rgb(25,84,143); }
H1.HeaderClassName
{
color: #19548F;
}
.AnyTagClassName
{
color: #19548F;
}
</style>
background-color css
<style>
a { background-color: #19548F; }
a { background-color: rgb(25,84,143); }
div.DivClassName
{
background-color: #19548F;
}
.BgClassName
{
background-color: #19548F;
}
</style>
border-color css
<style>
span { border-color: #19548F; }
span { border-color: rgb(25,84,143); }
td.TdClassName
{
border-color: #19548F;
}
.TagClassName
{
border-color: #19548F;
}
</style>