Shades of Endeavour #196490
Tints of Endeavour #196490
RGB
CMYK
RGB Variations
Color information
#196490 (or 0x196490) is known color: Endeavour. HEX triplet: 19, 64 and 90. RGB value is (25,100,144). Sum of RGB (Red+Green+Blue) = 25+100+144=269 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.29% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 144 (56.64% from 255 or 53.53% from 269); Max value from RGB is 144 - color contains mainly: blue. Hex color #196490 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196490 is #E69B6F. Grayscale: #525252. Windows color (decimal): -15113072 or 9462809. OLE color: 9462809.
HSL color Cylindrical-coordinate representation of color #196490: hue angle of 202.18º 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 #196490 is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 100 | 144 | - |
| CMYK | 0.83 | 0.31 | 0 | 0.44 |
| HSL | 202.18º | 0.7% | 0.33% | - |
| HSV(B) | 202.18º | 0.83% | 0.56% | - |
| XYZ | 9.99 | 11.33 | 28.05 | - |
| YUV | 82.59 | 162.65 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 100 | 144 | 0.83 | 0.31 | 0 | 0.44 | 202.18 | 0.7 | 0.33 |
| Hex | 19 | 64 | 90 | 53 | 1F | 0 | 2C | CA | 46 | 21 |
| Octal | 31 | 144 | 220 | 123 | 37 | 0 | 54 | 312 | 106 | 41 |
| Binary | 11001 | 1100100 | 10010000 | 1010011 | 11111 | 0 | 101100 | 11001010 | 1000110 | 100001 |
Color Harmonies of #196490
Complementary color
Monochromatic Colors of #196490
Black with #196490
Text Example
Text Example
White with #196490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196490; }
p { color: rgb(25,100,144); }
H1.HeaderClassName
{
color: #196490;
}
.AnyTagClassName
{
color: #196490;
}
</style>
background-color css
<style>
a { background-color: #196490; }
a { background-color: rgb(25,100,144); }
div.DivClassName
{
background-color: #196490;
}
.BgClassName
{
background-color: #196490;
}
</style>
border-color css
<style>
span { border-color: #196490; }
span { border-color: rgb(25,100,144); }
td.TdClassName
{
border-color: #196490;
}
.TagClassName
{
border-color: #196490;
}
</style>