Shades of Endeavour #194997
Tints of Endeavour #194997
RGB
CMYK
RGB Variations
Color information
#194997 (or 0x194997) is known color: Endeavour. HEX triplet: 19, 49 and 97. RGB value is (25,73,151). Sum of RGB (Red+Green+Blue) = 25+73+151=249 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.04% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 151 (59.38% from 255 or 60.64% from 249); Max value from RGB is 151 - color contains mainly: blue. Hex color #194997 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194997 is #E6B668. Grayscale: #434343. Windows color (decimal): -15119977 or 9914649. OLE color: 9914649.
HSL color Cylindrical-coordinate representation of color #194997: hue angle of 217.14º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #194997 is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 73 | 151 | - |
| CMYK | 0.83 | 0.52 | 0 | 0.41 |
| HSL | 217.14º | 0.72% | 0.35% | - |
| HSV(B) | 217.14º | 0.83% | 0.59% | - |
| XYZ | 8.37 | 7.21 | 30.23 | - |
| YUV | 67.54 | 175.1 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 73 | 151 | 0.83 | 0.52 | 0 | 0.41 | 217.14 | 0.72 | 0.35 |
| Hex | 19 | 49 | 97 | 53 | 34 | 0 | 29 | D9 | 48 | 23 |
| Octal | 31 | 111 | 227 | 123 | 64 | 0 | 51 | 331 | 110 | 43 |
| Binary | 11001 | 1001001 | 10010111 | 1010011 | 110100 | 0 | 101001 | 11011001 | 1001000 | 100011 |
Color Harmonies of #194997
Complementary color
Monochromatic Colors of #194997
Black with #194997
Text Example
Text Example
White with #194997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194997; }
p { color: rgb(25,73,151); }
H1.HeaderClassName
{
color: #194997;
}
.AnyTagClassName
{
color: #194997;
}
</style>
background-color css
<style>
a { background-color: #194997; }
a { background-color: rgb(25,73,151); }
div.DivClassName
{
background-color: #194997;
}
.BgClassName
{
background-color: #194997;
}
</style>
border-color css
<style>
span { border-color: #194997; }
span { border-color: rgb(25,73,151); }
td.TdClassName
{
border-color: #194997;
}
.TagClassName
{
border-color: #194997;
}
</style>