Shades of Endeavour #196391
Tints of Endeavour #196391
RGB
CMYK
RGB Variations
Color information
#196391 (or 0x196391) is known color: Endeavour. HEX triplet: 19, 63 and 91. RGB value is (25,99,145). Sum of RGB (Red+Green+Blue) = 25+99+145=269 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.29% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 145 (57.03% from 255 or 53.90% from 269); Max value from RGB is 145 - color contains mainly: blue. Hex color #196391 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196391 is #E69C6E. Grayscale: #515151. Windows color (decimal): -15113327 or 9528089. OLE color: 9528089.
HSL color Cylindrical-coordinate representation of color #196391: hue angle of 203º 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 #196391 is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 99 | 145 | - |
| CMYK | 0.83 | 0.32 | 0 | 0.43 |
| HSL | 203º | 0.71% | 0.33% | - |
| HSV(B) | 203º | 0.83% | 0.57% | - |
| XYZ | 9.97 | 11.17 | 28.42 | - |
| YUV | 82.12 | 163.48 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 99 | 145 | 0.83 | 0.32 | 0 | 0.43 | 203 | 0.71 | 0.33 |
| Hex | 19 | 63 | 91 | 53 | 20 | 0 | 2B | CB | 47 | 21 |
| Octal | 31 | 143 | 221 | 123 | 40 | 0 | 53 | 313 | 107 | 41 |
| Binary | 11001 | 1100011 | 10010001 | 1010011 | 100000 | 0 | 101011 | 11001011 | 1000111 | 100001 |
Color Harmonies of #196391
Complementary color
Monochromatic Colors of #196391
Black with #196391
Text Example
Text Example
White with #196391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196391; }
p { color: rgb(25,99,145); }
H1.HeaderClassName
{
color: #196391;
}
.AnyTagClassName
{
color: #196391;
}
</style>
background-color css
<style>
a { background-color: #196391; }
a { background-color: rgb(25,99,145); }
div.DivClassName
{
background-color: #196391;
}
.BgClassName
{
background-color: #196391;
}
</style>
border-color css
<style>
span { border-color: #196391; }
span { border-color: rgb(25,99,145); }
td.TdClassName
{
border-color: #196391;
}
.TagClassName
{
border-color: #196391;
}
</style>