Shades of Endeavour #195095
Tints of Endeavour #195095
RGB
CMYK
RGB Variations
Color information
#195095 (or 0x195095) is known color: Endeavour. HEX triplet: 19, 50 and 95. RGB value is (25,80,149). Sum of RGB (Red+Green+Blue) = 25+80+149=254 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.84% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 149 (58.59% from 255 or 58.66% from 254); Max value from RGB is 149 - color contains mainly: blue. Hex color #195095 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195095 is #E6AF6A. Grayscale: #474747. Windows color (decimal): -15118187 or 9785369. OLE color: 9785369.
HSL color Cylindrical-coordinate representation of color #195095: hue angle of 213.39º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #195095 is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 80 | 149 | - |
| CMYK | 0.83 | 0.46 | 0 | 0.42 |
| HSL | 213.39º | 0.71% | 0.34% | - |
| HSV(B) | 213.39º | 0.83% | 0.58% | - |
| XYZ | 8.69 | 8.11 | 29.54 | - |
| YUV | 71.42 | 171.78 | 94.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 80 | 149 | 0.83 | 0.46 | 0 | 0.42 | 213.39 | 0.71 | 0.34 |
| Hex | 19 | 50 | 95 | 53 | 2E | 0 | 2A | D5 | 47 | 22 |
| Octal | 31 | 120 | 225 | 123 | 56 | 0 | 52 | 325 | 107 | 42 |
| Binary | 11001 | 1010000 | 10010101 | 1010011 | 101110 | 0 | 101010 | 11010101 | 1000111 | 100010 |
Color Harmonies of #195095
Complementary color
Monochromatic Colors of #195095
Black with #195095
Text Example
Text Example
White with #195095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195095; }
p { color: rgb(25,80,149); }
H1.HeaderClassName
{
color: #195095;
}
.AnyTagClassName
{
color: #195095;
}
</style>
background-color css
<style>
a { background-color: #195095; }
a { background-color: rgb(25,80,149); }
div.DivClassName
{
background-color: #195095;
}
.BgClassName
{
background-color: #195095;
}
</style>
border-color css
<style>
span { border-color: #195095; }
span { border-color: rgb(25,80,149); }
td.TdClassName
{
border-color: #195095;
}
.TagClassName
{
border-color: #195095;
}
</style>