Shades of Endeavour #194D9A
Tints of Endeavour #194D9A
RGB
CMYK
RGB Variations
Color information
#194D9A (or 0x194D9A) is known color: Endeavour. HEX triplet: 19, 4D and 9A. RGB value is (25,77,154). Sum of RGB (Red+Green+Blue) = 25+77+154=256 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.77% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 154 (60.55% from 255 or 60.16% from 256); Max value from RGB is 154 - color contains mainly: blue. Hex color #194D9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #194D9A is #E6B265. Grayscale: #454545. Windows color (decimal): -15118950 or 10112281. OLE color: 10112281.
HSL color Cylindrical-coordinate representation of color #194D9A: hue angle of 215.81º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #194D9A is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 77 | 154 | - |
| CMYK | 0.84 | 0.50 | 0 | 0.40 |
| HSL | 215.81º | 0.72% | 0.35% | - |
| HSV(B) | 215.81º | 0.84% | 0.6% | - |
| XYZ | 8.89 | 7.85 | 31.62 | - |
| YUV | 70.23 | 175.27 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 154 | 0.84 | 0.50 | 0 | 0.40 | 215.81 | 0.72 | 0.35 |
| Hex | 19 | 4D | 9A | 54 | 32 | 0 | 28 | D8 | 48 | 23 |
| Octal | 31 | 115 | 232 | 124 | 62 | 0 | 50 | 330 | 110 | 43 |
| Binary | 11001 | 1001101 | 10011010 | 1010100 | 110010 | 0 | 101000 | 11011000 | 1001000 | 100011 |
Color Harmonies of #194D9A
Complementary color
Monochromatic Colors of #194D9A
Black with #194D9A
Text Example
Text Example
White with #194D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194D9A; }
p { color: rgb(25,77,154); }
H1.HeaderClassName
{
color: #194D9A;
}
.AnyTagClassName
{
color: #194D9A;
}
</style>
background-color css
<style>
a { background-color: #194D9A; }
a { background-color: rgb(25,77,154); }
div.DivClassName
{
background-color: #194D9A;
}
.BgClassName
{
background-color: #194D9A;
}
</style>
border-color css
<style>
span { border-color: #194D9A; }
span { border-color: rgb(25,77,154); }
td.TdClassName
{
border-color: #194D9A;
}
.TagClassName
{
border-color: #194D9A;
}
</style>