Shades of Endeavour #196096
Tints of Endeavour #196096
RGB
CMYK
RGB Variations
Color information
#196096 (or 0x196096) is known color: Endeavour. HEX triplet: 19, 60 and 96. RGB value is (25,96,150). Sum of RGB (Red+Green+Blue) = 25+96+150=271 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.23% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 150 (58.98% from 255 or 55.35% from 271); Max value from RGB is 150 - color contains mainly: blue. Hex color #196096 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196096 is #E69F69. Grayscale: #505050. Windows color (decimal): -15114090 or 9855001. OLE color: 9855001.
HSL color Cylindrical-coordinate representation of color #196096: hue angle of 205.92º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #196096 is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 96 | 150 | - |
| CMYK | 0.83 | 0.36 | 0 | 0.41 |
| HSL | 205.92º | 0.71% | 0.34% | - |
| HSV(B) | 205.92º | 0.83% | 0.59% | - |
| XYZ | 10.09 | 10.77 | 30.4 | - |
| YUV | 80.93 | 166.98 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 96 | 150 | 0.83 | 0.36 | 0 | 0.41 | 205.92 | 0.71 | 0.34 |
| Hex | 19 | 60 | 96 | 53 | 24 | 0 | 29 | CE | 47 | 22 |
| Octal | 31 | 140 | 226 | 123 | 44 | 0 | 51 | 316 | 107 | 42 |
| Binary | 11001 | 1100000 | 10010110 | 1010011 | 100100 | 0 | 101001 | 11001110 | 1000111 | 100010 |
Color Harmonies of #196096
Complementary color
Monochromatic Colors of #196096
Black with #196096
Text Example
Text Example
White with #196096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196096; }
p { color: rgb(25,96,150); }
H1.HeaderClassName
{
color: #196096;
}
.AnyTagClassName
{
color: #196096;
}
</style>
background-color css
<style>
a { background-color: #196096; }
a { background-color: rgb(25,96,150); }
div.DivClassName
{
background-color: #196096;
}
.BgClassName
{
background-color: #196096;
}
</style>
border-color css
<style>
span { border-color: #196096; }
span { border-color: rgb(25,96,150); }
td.TdClassName
{
border-color: #196096;
}
.TagClassName
{
border-color: #196096;
}
</style>