Shades of Endeavour #194E90
Tints of Endeavour #194E90
RGB
CMYK
RGB Variations
Color information
#194E90 (or 0x194E90) is known color: Endeavour. HEX triplet: 19, 4E and 90. RGB value is (25,78,144). Sum of RGB (Red+Green+Blue) = 25+78+144=247 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.12% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 144 (56.64% from 255 or 58.30% from 247); Max value from RGB is 144 - color contains mainly: blue. Hex color #194E90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #194E90 is #E6B16F. Grayscale: #454545. Windows color (decimal): -15118704 or 9457177. OLE color: 9457177.
HSL color Cylindrical-coordinate representation of color #194E90: hue angle of 213.28º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #194E90 is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 78 | 144 | - |
| CMYK | 0.83 | 0.46 | 0 | 0.44 |
| HSL | 213.28º | 0.7% | 0.33% | - |
| HSV(B) | 213.28º | 0.83% | 0.56% | - |
| XYZ | 8.16 | 7.67 | 27.44 | - |
| YUV | 69.68 | 169.94 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 78 | 144 | 0.83 | 0.46 | 0 | 0.44 | 213.28 | 0.7 | 0.33 |
| Hex | 19 | 4E | 90 | 53 | 2E | 0 | 2C | D5 | 46 | 21 |
| Octal | 31 | 116 | 220 | 123 | 56 | 0 | 54 | 325 | 106 | 41 |
| Binary | 11001 | 1001110 | 10010000 | 1010011 | 101110 | 0 | 101100 | 11010101 | 1000110 | 100001 |
Color Harmonies of #194E90
Complementary color
Monochromatic Colors of #194E90
Black with #194E90
Text Example
Text Example
White with #194E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194E90; }
p { color: rgb(25,78,144); }
H1.HeaderClassName
{
color: #194E90;
}
.AnyTagClassName
{
color: #194E90;
}
</style>
background-color css
<style>
a { background-color: #194E90; }
a { background-color: rgb(25,78,144); }
div.DivClassName
{
background-color: #194E90;
}
.BgClassName
{
background-color: #194E90;
}
</style>
border-color css
<style>
span { border-color: #194E90; }
span { border-color: rgb(25,78,144); }
td.TdClassName
{
border-color: #194E90;
}
.TagClassName
{
border-color: #194E90;
}
</style>