Shades of Endeavour #196291
Tints of Endeavour #196291
RGB
CMYK
RGB Variations
Color information
#196291 (or 0x196291) is known color: Endeavour. HEX triplet: 19, 62 and 91. RGB value is (25,98,145). Sum of RGB (Red+Green+Blue) = 25+98+145=268 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.33% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 145 (57.03% from 255 or 54.10% from 268); Max value from RGB is 145 - color contains mainly: blue. Hex color #196291 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196291 is #E69D6E. Grayscale: #515151. Windows color (decimal): -15113583 or 9527833. OLE color: 9527833.
HSL color Cylindrical-coordinate representation of color #196291: hue angle of 203.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 #196291 is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 98 | 145 | - |
| CMYK | 0.83 | 0.32 | 0 | 0.43 |
| HSL | 203.5º | 0.71% | 0.33% | - |
| HSV(B) | 203.5º | 0.83% | 0.57% | - |
| XYZ | 9.88 | 10.99 | 28.39 | - |
| YUV | 81.53 | 163.82 | 87.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 98 | 145 | 0.83 | 0.32 | 0 | 0.43 | 203.5 | 0.71 | 0.33 |
| Hex | 19 | 62 | 91 | 53 | 20 | 0 | 2B | CC | 47 | 21 |
| Octal | 31 | 142 | 221 | 123 | 40 | 0 | 53 | 314 | 107 | 41 |
| Binary | 11001 | 1100010 | 10010001 | 1010011 | 100000 | 0 | 101011 | 11001100 | 1000111 | 100001 |
Color Harmonies of #196291
Complementary color
Monochromatic Colors of #196291
Black with #196291
Text Example
Text Example
White with #196291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196291; }
p { color: rgb(25,98,145); }
H1.HeaderClassName
{
color: #196291;
}
.AnyTagClassName
{
color: #196291;
}
</style>
background-color css
<style>
a { background-color: #196291; }
a { background-color: rgb(25,98,145); }
div.DivClassName
{
background-color: #196291;
}
.BgClassName
{
background-color: #196291;
}
</style>
border-color css
<style>
span { border-color: #196291; }
span { border-color: rgb(25,98,145); }
td.TdClassName
{
border-color: #196291;
}
.TagClassName
{
border-color: #196291;
}
</style>