Shades of Endeavour #196491
Tints of Endeavour #196491
RGB
CMYK
RGB Variations
Color information
#196491 (or 0x196491) is known color: Endeavour. HEX triplet: 19, 64 and 91. RGB value is (25,100,145). Sum of RGB (Red+Green+Blue) = 25+100+145=270 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.26% from 270); Green value is 100 (39.45% from 255 or 37.04% from 270); Blue value is 145 (57.03% from 255 or 53.70% from 270); Max value from RGB is 145 - color contains mainly: blue. Hex color #196491 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196491 is #E69B6E. Grayscale: #525252. Windows color (decimal): -15113071 or 9528345. OLE color: 9528345.
HSL color Cylindrical-coordinate representation of color #196491: hue angle of 202.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 #196491 is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 100 | 145 | - |
| CMYK | 0.83 | 0.31 | 0 | 0.43 |
| HSL | 202.5º | 0.71% | 0.33% | - |
| HSV(B) | 202.5º | 0.83% | 0.57% | - |
| XYZ | 10.07 | 11.37 | 28.45 | - |
| YUV | 82.71 | 163.15 | 86.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 100 | 145 | 0.83 | 0.31 | 0 | 0.43 | 202.5 | 0.71 | 0.33 |
| Hex | 19 | 64 | 91 | 53 | 1F | 0 | 2B | CA | 47 | 21 |
| Octal | 31 | 144 | 221 | 123 | 37 | 0 | 53 | 312 | 107 | 41 |
| Binary | 11001 | 1100100 | 10010001 | 1010011 | 11111 | 0 | 101011 | 11001010 | 1000111 | 100001 |
Color Harmonies of #196491
Complementary color
Monochromatic Colors of #196491
Black with #196491
Text Example
Text Example
White with #196491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196491; }
p { color: rgb(25,100,145); }
H1.HeaderClassName
{
color: #196491;
}
.AnyTagClassName
{
color: #196491;
}
</style>
background-color css
<style>
a { background-color: #196491; }
a { background-color: rgb(25,100,145); }
div.DivClassName
{
background-color: #196491;
}
.BgClassName
{
background-color: #196491;
}
</style>
border-color css
<style>
span { border-color: #196491; }
span { border-color: rgb(25,100,145); }
td.TdClassName
{
border-color: #196491;
}
.TagClassName
{
border-color: #196491;
}
</style>