Shades of Endeavour #195896
Tints of Endeavour #195896
RGB
CMYK
RGB Variations
Color information
#195896 (or 0x195896) is known color: Endeavour. HEX triplet: 19, 58 and 96. RGB value is (25,88,150). Sum of RGB (Red+Green+Blue) = 25+88+150=263 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.51% from 263); Green value is 88 (34.77% from 255 or 33.46% from 263); Blue value is 150 (58.98% from 255 or 57.03% from 263); Max value from RGB is 150 - color contains mainly: blue. Hex color #195896 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195896 is #E6A769. Grayscale: #4B4B4B. Windows color (decimal): -15116138 or 9852953. OLE color: 9852953.
HSL color Cylindrical-coordinate representation of color #195896: hue angle of 209.76º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #195896 is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 88 | 150 | - |
| CMYK | 0.83 | 0.41 | 0 | 0.41 |
| HSL | 209.76º | 0.71% | 0.34% | - |
| HSV(B) | 209.76º | 0.83% | 0.59% | - |
| XYZ | 9.4 | 9.39 | 30.17 | - |
| YUV | 76.23 | 169.63 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 88 | 150 | 0.83 | 0.41 | 0 | 0.41 | 209.76 | 0.71 | 0.34 |
| Hex | 19 | 58 | 96 | 53 | 29 | 0 | 29 | D2 | 47 | 22 |
| Octal | 31 | 130 | 226 | 123 | 51 | 0 | 51 | 322 | 107 | 42 |
| Binary | 11001 | 1011000 | 10010110 | 1010011 | 101001 | 0 | 101001 | 11010010 | 1000111 | 100010 |
Color Harmonies of #195896
Complementary color
Monochromatic Colors of #195896
Black with #195896
Text Example
Text Example
White with #195896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195896; }
p { color: rgb(25,88,150); }
H1.HeaderClassName
{
color: #195896;
}
.AnyTagClassName
{
color: #195896;
}
</style>
background-color css
<style>
a { background-color: #195896; }
a { background-color: rgb(25,88,150); }
div.DivClassName
{
background-color: #195896;
}
.BgClassName
{
background-color: #195896;
}
</style>
border-color css
<style>
span { border-color: #195896; }
span { border-color: rgb(25,88,150); }
td.TdClassName
{
border-color: #195896;
}
.TagClassName
{
border-color: #195896;
}
</style>