Shades of Endeavour #194A91
Tints of Endeavour #194A91
RGB
CMYK
RGB Variations
Color information
#194A91 (or 0x194A91) is known color: Endeavour. HEX triplet: 19, 4A and 91. RGB value is (25,74,145). Sum of RGB (Red+Green+Blue) = 25+74+145=244 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.25% from 244); Green value is 74 (29.30% from 255 or 30.33% from 244); Blue value is 145 (57.03% from 255 or 59.43% from 244); Max value from RGB is 145 - color contains mainly: blue. Hex color #194A91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194A91 is #E6B56E. Grayscale: #434343. Windows color (decimal): -15119727 or 9521689. OLE color: 9521689.
HSL color Cylindrical-coordinate representation of color #194A91: hue angle of 215.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #194A91 is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 74 | 145 | - |
| CMYK | 0.83 | 0.49 | 0 | 0.43 |
| HSL | 215.5º | 0.71% | 0.33% | - |
| HSV(B) | 215.5º | 0.83% | 0.57% | - |
| XYZ | 7.96 | 7.15 | 27.75 | - |
| YUV | 67.44 | 171.77 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 74 | 145 | 0.83 | 0.49 | 0 | 0.43 | 215.5 | 0.71 | 0.33 |
| Hex | 19 | 4A | 91 | 53 | 31 | 0 | 2B | D8 | 47 | 21 |
| Octal | 31 | 112 | 221 | 123 | 61 | 0 | 53 | 330 | 107 | 41 |
| Binary | 11001 | 1001010 | 10010001 | 1010011 | 110001 | 0 | 101011 | 11011000 | 1000111 | 100001 |
Color Harmonies of #194A91
Complementary color
Monochromatic Colors of #194A91
Black with #194A91
Text Example
Text Example
White with #194A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194A91; }
p { color: rgb(25,74,145); }
H1.HeaderClassName
{
color: #194A91;
}
.AnyTagClassName
{
color: #194A91;
}
</style>
background-color css
<style>
a { background-color: #194A91; }
a { background-color: rgb(25,74,145); }
div.DivClassName
{
background-color: #194A91;
}
.BgClassName
{
background-color: #194A91;
}
</style>
border-color css
<style>
span { border-color: #194A91; }
span { border-color: rgb(25,74,145); }
td.TdClassName
{
border-color: #194A91;
}
.TagClassName
{
border-color: #194A91;
}
</style>