Shades of Endeavour #194D99
Tints of Endeavour #194D99
RGB
CMYK
RGB Variations
Color information
#194D99 (or 0x194D99) is known color: Endeavour. HEX triplet: 19, 4D and 99. RGB value is (25,77,153). Sum of RGB (Red+Green+Blue) = 25+77+153=255 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.80% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 153 (60.16% from 255 or 60% from 255); Max value from RGB is 153 - color contains mainly: blue. Hex color #194D99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #194D99 is #E6B266. Grayscale: #454545. Windows color (decimal): -15118951 or 10046745. OLE color: 10046745.
HSL color Cylindrical-coordinate representation of color #194D99: hue angle of 215.62º 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 #194D99 is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 77 | 153 | - |
| CMYK | 0.84 | 0.50 | 0 | 0.4 |
| HSL | 215.63º | 0.72% | 0.35% | - |
| HSV(B) | 215.63º | 0.84% | 0.6% | - |
| XYZ | 8.8 | 7.81 | 31.18 | - |
| YUV | 70.12 | 174.77 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 153 | 0.84 | 0.50 | 0 | 0.4 | 215.63 | 0.72 | 0.35 |
| Hex | 19 | 4D | 99 | 54 | 32 | 0 | 28 | D8 | 48 | 23 |
| Octal | 31 | 115 | 231 | 124 | 62 | 0 | 50 | 330 | 110 | 43 |
| Binary | 11001 | 1001101 | 10011001 | 1010100 | 110010 | 0 | 101000 | 11011000 | 1001000 | 100011 |
Color Harmonies of #194D99
Complementary color
Monochromatic Colors of #194D99
Black with #194D99
Text Example
Text Example
White with #194D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194D99; }
p { color: rgb(25,77,153); }
H1.HeaderClassName
{
color: #194D99;
}
.AnyTagClassName
{
color: #194D99;
}
</style>
background-color css
<style>
a { background-color: #194D99; }
a { background-color: rgb(25,77,153); }
div.DivClassName
{
background-color: #194D99;
}
.BgClassName
{
background-color: #194D99;
}
</style>
border-color css
<style>
span { border-color: #194D99; }
span { border-color: rgb(25,77,153); }
td.TdClassName
{
border-color: #194D99;
}
.TagClassName
{
border-color: #194D99;
}
</style>