Shades of Endeavour #19558F
Tints of Endeavour #19558F
RGB
CMYK
RGB Variations
Color information
#19558F (or 0x19558F) is known color: Endeavour. HEX triplet: 19, 55 and 8F. RGB value is (25,85,143). Sum of RGB (Red+Green+Blue) = 25+85+143=253 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.88% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 143 (56.25% from 255 or 56.52% from 253); Max value from RGB is 143 - color contains mainly: blue. Hex color #19558F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19558F is #E6AA70. Grayscale: #494949. Windows color (decimal): -15116913 or 9393433. OLE color: 9393433.
HSL color Cylindrical-coordinate representation of color #19558F: hue angle of 209.49º 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 #19558F is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 85 | 143 | - |
| CMYK | 0.83 | 0.41 | 0 | 0.44 |
| HSL | 209.49º | 0.7% | 0.33% | - |
| HSV(B) | 209.49º | 0.83% | 0.56% | - |
| XYZ | 8.61 | 8.69 | 27.21 | - |
| YUV | 73.67 | 167.12 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 85 | 143 | 0.83 | 0.41 | 0 | 0.44 | 209.49 | 0.7 | 0.33 |
| Hex | 19 | 55 | 8F | 53 | 29 | 0 | 2C | D1 | 46 | 21 |
| Octal | 31 | 125 | 217 | 123 | 51 | 0 | 54 | 321 | 106 | 41 |
| Binary | 11001 | 1010101 | 10001111 | 1010011 | 101001 | 0 | 101100 | 11010001 | 1000110 | 100001 |
Color Harmonies of #19558F
Complementary color
Monochromatic Colors of #19558F
Black with #19558F
Text Example
Text Example
White with #19558F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19558F; }
p { color: rgb(25,85,143); }
H1.HeaderClassName
{
color: #19558F;
}
.AnyTagClassName
{
color: #19558F;
}
</style>
background-color css
<style>
a { background-color: #19558F; }
a { background-color: rgb(25,85,143); }
div.DivClassName
{
background-color: #19558F;
}
.BgClassName
{
background-color: #19558F;
}
</style>
border-color css
<style>
span { border-color: #19558F; }
span { border-color: rgb(25,85,143); }
td.TdClassName
{
border-color: #19558F;
}
.TagClassName
{
border-color: #19558F;
}
</style>