Shades of Endeavour #194D89
Tints of Endeavour #194D89
RGB
CMYK
RGB Variations
Color information
#194D89 (or 0x194D89) is known color: Endeavour. HEX triplet: 19, 4D and 89. RGB value is (25,77,137). Sum of RGB (Red+Green+Blue) = 25+77+137=239 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.46% from 239); Green value is 77 (30.47% from 255 or 32.22% from 239); Blue value is 137 (53.91% from 255 or 57.32% from 239); Max value from RGB is 137 - color contains mainly: blue. Hex color #194D89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #194D89 is #E6B276. Grayscale: #444444. Windows color (decimal): -15118967 or 8998169. OLE color: 8998169.
HSL color Cylindrical-coordinate representation of color #194D89: hue angle of 212.14º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #194D89 is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 25 | 77 | 137 | - |
| CMYK | 0.82 | 0.44 | 0 | 0.46 |
| HSL | 212.14º | 0.69% | 0.32% | - |
| HSV(B) | 212.14º | 0.82% | 0.54% | - |
| XYZ | 7.57 | 7.32 | 24.68 | - |
| YUV | 68.29 | 166.77 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 137 | 0.82 | 0.44 | 0 | 0.46 | 212.14 | 0.69 | 0.32 |
| Hex | 19 | 4D | 89 | 52 | 2C | 0 | 2E | D4 | 45 | 20 |
| Octal | 31 | 115 | 211 | 122 | 54 | 0 | 56 | 324 | 105 | 40 |
| Binary | 11001 | 1001101 | 10001001 | 1010010 | 101100 | 0 | 101110 | 11010100 | 1000101 | 100000 |
Color Harmonies of #194D89
Complementary color
Monochromatic Colors of #194D89
Black with #194D89
Text Example
Text Example
White with #194D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194D89; }
p { color: rgb(25,77,137); }
H1.HeaderClassName
{
color: #194D89;
}
.AnyTagClassName
{
color: #194D89;
}
</style>
background-color css
<style>
a { background-color: #194D89; }
a { background-color: rgb(25,77,137); }
div.DivClassName
{
background-color: #194D89;
}
.BgClassName
{
background-color: #194D89;
}
</style>
border-color css
<style>
span { border-color: #194D89; }
span { border-color: rgb(25,77,137); }
td.TdClassName
{
border-color: #194D89;
}
.TagClassName
{
border-color: #194D89;
}
</style>