Shades of Endeavour #19549B
Tints of Endeavour #19549B
RGB
CMYK
RGB Variations
Color information
#19549B (or 0x19549B) is known color: Endeavour. HEX triplet: 19, 54 and 9B. RGB value is (25,84,155). Sum of RGB (Red+Green+Blue) = 25+84+155=264 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.47% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 155 (60.94% from 255 or 58.71% from 264); Max value from RGB is 155 - color contains mainly: blue. Hex color #19549B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19549B is #E6AB64. Grayscale: #4A4A4A. Windows color (decimal): -15117157 or 10179609. OLE color: 10179609.
HSL color Cylindrical-coordinate representation of color #19549B: hue angle of 212.77º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19549B is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 84 | 155 | - |
| CMYK | 0.84 | 0.46 | 0 | 0.39 |
| HSL | 212.77º | 0.72% | 0.35% | - |
| HSV(B) | 212.77º | 0.84% | 0.61% | - |
| XYZ | 9.49 | 8.91 | 32.23 | - |
| YUV | 74.45 | 173.45 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 84 | 155 | 0.84 | 0.46 | 0 | 0.39 | 212.77 | 0.72 | 0.35 |
| Hex | 19 | 54 | 9B | 54 | 2E | 0 | 27 | D5 | 48 | 23 |
| Octal | 31 | 124 | 233 | 124 | 56 | 0 | 47 | 325 | 110 | 43 |
| Binary | 11001 | 1010100 | 10011011 | 1010100 | 101110 | 0 | 100111 | 11010101 | 1001000 | 100011 |
Color Harmonies of #19549B
Complementary color
Monochromatic Colors of #19549B
Black with #19549B
Text Example
Text Example
White with #19549B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19549B; }
p { color: rgb(25,84,155); }
H1.HeaderClassName
{
color: #19549B;
}
.AnyTagClassName
{
color: #19549B;
}
</style>
background-color css
<style>
a { background-color: #19549B; }
a { background-color: rgb(25,84,155); }
div.DivClassName
{
background-color: #19549B;
}
.BgClassName
{
background-color: #19549B;
}
</style>
border-color css
<style>
span { border-color: #19549B; }
span { border-color: rgb(25,84,155); }
td.TdClassName
{
border-color: #19549B;
}
.TagClassName
{
border-color: #19549B;
}
</style>