Shades of Endeavour #194D8A
Tints of Endeavour #194D8A
RGB
CMYK
RGB Variations
Color information
#194D8A (or 0x194D8A) is known color: Endeavour. HEX triplet: 19, 4D and 8A. RGB value is (25,77,138). Sum of RGB (Red+Green+Blue) = 25+77+138=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 138 (54.30% from 255 or 57.5% from 240); Max value from RGB is 138 - color contains mainly: blue. Hex color #194D8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #194D8A is #E6B275. Grayscale: #444444. Windows color (decimal): -15118966 or 9063705. OLE color: 9063705.
HSL color Cylindrical-coordinate representation of color #194D8A: hue angle of 212.39º 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 #194D8A is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 25 | 77 | 138 | - |
| CMYK | 0.82 | 0.44 | 0 | 0.46 |
| HSL | 212.39º | 0.69% | 0.32% | - |
| HSV(B) | 212.39º | 0.82% | 0.54% | - |
| XYZ | 7.64 | 7.35 | 25.06 | - |
| YUV | 68.41 | 167.27 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 138 | 0.82 | 0.44 | 0 | 0.46 | 212.39 | 0.69 | 0.32 |
| Hex | 19 | 4D | 8A | 52 | 2C | 0 | 2E | D4 | 45 | 20 |
| Octal | 31 | 115 | 212 | 122 | 54 | 0 | 56 | 324 | 105 | 40 |
| Binary | 11001 | 1001101 | 10001010 | 1010010 | 101100 | 0 | 101110 | 11010100 | 1000101 | 100000 |
Color Harmonies of #194D8A
Complementary color
Monochromatic Colors of #194D8A
Black with #194D8A
Text Example
Text Example
White with #194D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194D8A; }
p { color: rgb(25,77,138); }
H1.HeaderClassName
{
color: #194D8A;
}
.AnyTagClassName
{
color: #194D8A;
}
</style>
background-color css
<style>
a { background-color: #194D8A; }
a { background-color: rgb(25,77,138); }
div.DivClassName
{
background-color: #194D8A;
}
.BgClassName
{
background-color: #194D8A;
}
</style>
border-color css
<style>
span { border-color: #194D8A; }
span { border-color: rgb(25,77,138); }
td.TdClassName
{
border-color: #194D8A;
}
.TagClassName
{
border-color: #194D8A;
}
</style>