Shades of Endeavour #196498
Tints of Endeavour #196498
RGB
CMYK
RGB Variations
Color information
#196498 (or 0x196498) is known color: Endeavour. HEX triplet: 19, 64 and 98. RGB value is (25,100,152). Sum of RGB (Red+Green+Blue) = 25+100+152=277 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.03% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 152 (59.77% from 255 or 54.87% from 277); Max value from RGB is 152 - color contains mainly: blue. Hex color #196498 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196498 is #E69B67. Grayscale: #535353. Windows color (decimal): -15113064 or 9987097. OLE color: 9987097.
HSL color Cylindrical-coordinate representation of color #196498: hue angle of 204.57º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #196498 is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 100 | 152 | - |
| CMYK | 0.84 | 0.34 | 0 | 0.40 |
| HSL | 204.57º | 0.72% | 0.35% | - |
| HSV(B) | 204.57º | 0.84% | 0.6% | - |
| XYZ | 10.63 | 11.59 | 31.38 | - |
| YUV | 83.5 | 166.65 | 86.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 100 | 152 | 0.84 | 0.34 | 0 | 0.40 | 204.57 | 0.72 | 0.35 |
| Hex | 19 | 64 | 98 | 54 | 22 | 0 | 28 | CD | 48 | 23 |
| Octal | 31 | 144 | 230 | 124 | 42 | 0 | 50 | 315 | 110 | 43 |
| Binary | 11001 | 1100100 | 10011000 | 1010100 | 100010 | 0 | 101000 | 11001101 | 1001000 | 100011 |
Color Harmonies of #196498
Complementary color
Monochromatic Colors of #196498
Black with #196498
Text Example
Text Example
White with #196498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196498; }
p { color: rgb(25,100,152); }
H1.HeaderClassName
{
color: #196498;
}
.AnyTagClassName
{
color: #196498;
}
</style>
background-color css
<style>
a { background-color: #196498; }
a { background-color: rgb(25,100,152); }
div.DivClassName
{
background-color: #196498;
}
.BgClassName
{
background-color: #196498;
}
</style>
border-color css
<style>
span { border-color: #196498; }
span { border-color: rgb(25,100,152); }
td.TdClassName
{
border-color: #196498;
}
.TagClassName
{
border-color: #196498;
}
</style>