Shades of Endeavour #194D8E
Tints of Endeavour #194D8E
RGB
CMYK
RGB Variations
Color information
#194D8E (or 0x194D8E) is known color: Endeavour. HEX triplet: 19, 4D and 8E. RGB value is (25,77,142). Sum of RGB (Red+Green+Blue) = 25+77+142=244 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.25% from 244); Green value is 77 (30.47% from 255 or 31.56% from 244); Blue value is 142 (55.86% from 255 or 58.20% from 244); Max value from RGB is 142 - color contains mainly: blue. Hex color #194D8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #194D8E is #E6B271. Grayscale: #444444. Windows color (decimal): -15118962 or 9325849. OLE color: 9325849.
HSL color Cylindrical-coordinate representation of color #194D8E: hue angle of 213.33º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #194D8E is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 77 | 142 | - |
| CMYK | 0.82 | 0.46 | 0 | 0.44 |
| HSL | 213.33º | 0.7% | 0.33% | - |
| HSV(B) | 213.33º | 0.82% | 0.56% | - |
| XYZ | 7.94 | 7.47 | 26.61 | - |
| YUV | 68.86 | 169.27 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 142 | 0.82 | 0.46 | 0 | 0.44 | 213.33 | 0.7 | 0.33 |
| Hex | 19 | 4D | 8E | 52 | 2E | 0 | 2C | D5 | 46 | 21 |
| Octal | 31 | 115 | 216 | 122 | 56 | 0 | 54 | 325 | 106 | 41 |
| Binary | 11001 | 1001101 | 10001110 | 1010010 | 101110 | 0 | 101100 | 11010101 | 1000110 | 100001 |
Color Harmonies of #194D8E
Complementary color
Monochromatic Colors of #194D8E
Black with #194D8E
Text Example
Text Example
White with #194D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194D8E; }
p { color: rgb(25,77,142); }
H1.HeaderClassName
{
color: #194D8E;
}
.AnyTagClassName
{
color: #194D8E;
}
</style>
background-color css
<style>
a { background-color: #194D8E; }
a { background-color: rgb(25,77,142); }
div.DivClassName
{
background-color: #194D8E;
}
.BgClassName
{
background-color: #194D8E;
}
</style>
border-color css
<style>
span { border-color: #194D8E; }
span { border-color: rgb(25,77,142); }
td.TdClassName
{
border-color: #194D8E;
}
.TagClassName
{
border-color: #194D8E;
}
</style>