Shades of Endeavour #196492
Tints of Endeavour #196492
RGB
CMYK
RGB Variations
Color information
#196492 (or 0x196492) is known color: Endeavour. HEX triplet: 19, 64 and 92. RGB value is (25,100,146). Sum of RGB (Red+Green+Blue) = 25+100+146=271 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.23% from 271); Green value is 100 (39.45% from 255 or 36.90% from 271); Blue value is 146 (57.42% from 255 or 53.87% from 271); Max value from RGB is 146 - color contains mainly: blue. Hex color #196492 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196492 is #E69B6D. Grayscale: #525252. Windows color (decimal): -15113070 or 9593881. OLE color: 9593881.
HSL color Cylindrical-coordinate representation of color #196492: hue angle of 202.81º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #196492 is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 100 | 146 | - |
| CMYK | 0.83 | 0.32 | 0 | 0.43 |
| HSL | 202.81º | 0.71% | 0.34% | - |
| HSV(B) | 202.81º | 0.83% | 0.57% | - |
| XYZ | 10.15 | 11.4 | 28.86 | - |
| YUV | 82.82 | 163.65 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 100 | 146 | 0.83 | 0.32 | 0 | 0.43 | 202.81 | 0.71 | 0.34 |
| Hex | 19 | 64 | 92 | 53 | 20 | 0 | 2B | CB | 47 | 22 |
| Octal | 31 | 144 | 222 | 123 | 40 | 0 | 53 | 313 | 107 | 42 |
| Binary | 11001 | 1100100 | 10010010 | 1010011 | 100000 | 0 | 101011 | 11001011 | 1000111 | 100010 |
Color Harmonies of #196492
Complementary color
Monochromatic Colors of #196492
Black with #196492
Text Example
Text Example
White with #196492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196492; }
p { color: rgb(25,100,146); }
H1.HeaderClassName
{
color: #196492;
}
.AnyTagClassName
{
color: #196492;
}
</style>
background-color css
<style>
a { background-color: #196492; }
a { background-color: rgb(25,100,146); }
div.DivClassName
{
background-color: #196492;
}
.BgClassName
{
background-color: #196492;
}
</style>
border-color css
<style>
span { border-color: #196492; }
span { border-color: rgb(25,100,146); }
td.TdClassName
{
border-color: #196492;
}
.TagClassName
{
border-color: #196492;
}
</style>