Shades of Endeavour #195690
Tints of Endeavour #195690
RGB
CMYK
RGB Variations
Color information
#195690 (or 0x195690) is known color: Endeavour. HEX triplet: 19, 56 and 90. RGB value is (25,86,144). Sum of RGB (Red+Green+Blue) = 25+86+144=255 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.80% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 144 (56.64% from 255 or 56.47% from 255); Max value from RGB is 144 - color contains mainly: blue. Hex color #195690 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195690 is #E6A96F. Grayscale: #4A4A4A. Windows color (decimal): -15116656 or 9459225. OLE color: 9459225.
HSL color Cylindrical-coordinate representation of color #195690: hue angle of 209.24º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #195690 is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 86 | 144 | - |
| CMYK | 0.83 | 0.40 | 0 | 0.44 |
| HSL | 209.24º | 0.7% | 0.33% | - |
| HSV(B) | 209.24º | 0.83% | 0.56% | - |
| XYZ | 8.76 | 8.88 | 27.64 | - |
| YUV | 74.37 | 167.29 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 86 | 144 | 0.83 | 0.40 | 0 | 0.44 | 209.24 | 0.7 | 0.33 |
| Hex | 19 | 56 | 90 | 53 | 28 | 0 | 2C | D1 | 46 | 21 |
| Octal | 31 | 126 | 220 | 123 | 50 | 0 | 54 | 321 | 106 | 41 |
| Binary | 11001 | 1010110 | 10010000 | 1010011 | 101000 | 0 | 101100 | 11010001 | 1000110 | 100001 |
Color Harmonies of #195690
Complementary color
Monochromatic Colors of #195690
Black with #195690
Text Example
Text Example
White with #195690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195690; }
p { color: rgb(25,86,144); }
H1.HeaderClassName
{
color: #195690;
}
.AnyTagClassName
{
color: #195690;
}
</style>
background-color css
<style>
a { background-color: #195690; }
a { background-color: rgb(25,86,144); }
div.DivClassName
{
background-color: #195690;
}
.BgClassName
{
background-color: #195690;
}
</style>
border-color css
<style>
span { border-color: #195690; }
span { border-color: rgb(25,86,144); }
td.TdClassName
{
border-color: #195690;
}
.TagClassName
{
border-color: #195690;
}
</style>