Shades of Endeavour #194A90
Tints of Endeavour #194A90
RGB
CMYK
RGB Variations
Color information
#194A90 (or 0x194A90) is known color: Endeavour. HEX triplet: 19, 4A and 90. RGB value is (25,74,144). Sum of RGB (Red+Green+Blue) = 25+74+144=243 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.29% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 144 (56.64% from 255 or 59.26% from 243); Max value from RGB is 144 - color contains mainly: blue. Hex color #194A90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194A90 is #E6B56F. Grayscale: #434343. Windows color (decimal): -15119728 or 9456153. OLE color: 9456153.
HSL color Cylindrical-coordinate representation of color #194A90: hue angle of 215.29º 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 #194A90 is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 74 | 144 | - |
| CMYK | 0.83 | 0.49 | 0 | 0.44 |
| HSL | 215.29º | 0.7% | 0.33% | - |
| HSV(B) | 215.29º | 0.83% | 0.56% | - |
| XYZ | 7.88 | 7.12 | 27.34 | - |
| YUV | 67.33 | 171.27 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 74 | 144 | 0.83 | 0.49 | 0 | 0.44 | 215.29 | 0.7 | 0.33 |
| Hex | 19 | 4A | 90 | 53 | 31 | 0 | 2C | D7 | 46 | 21 |
| Octal | 31 | 112 | 220 | 123 | 61 | 0 | 54 | 327 | 106 | 41 |
| Binary | 11001 | 1001010 | 10010000 | 1010011 | 110001 | 0 | 101100 | 11010111 | 1000110 | 100001 |
Color Harmonies of #194A90
Complementary color
Monochromatic Colors of #194A90
Black with #194A90
Text Example
Text Example
White with #194A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194A90; }
p { color: rgb(25,74,144); }
H1.HeaderClassName
{
color: #194A90;
}
.AnyTagClassName
{
color: #194A90;
}
</style>
background-color css
<style>
a { background-color: #194A90; }
a { background-color: rgb(25,74,144); }
div.DivClassName
{
background-color: #194A90;
}
.BgClassName
{
background-color: #194A90;
}
</style>
border-color css
<style>
span { border-color: #194A90; }
span { border-color: rgb(25,74,144); }
td.TdClassName
{
border-color: #194A90;
}
.TagClassName
{
border-color: #194A90;
}
</style>