Shades of Endeavour #195495
Tints of Endeavour #195495
RGB
CMYK
RGB Variations
Color information
#195495 (or 0x195495) is known color: Endeavour. HEX triplet: 19, 54 and 95. RGB value is (25,84,149). Sum of RGB (Red+Green+Blue) = 25+84+149=258 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.69% from 258); Green value is 84 (33.20% from 255 or 32.56% from 258); Blue value is 149 (58.59% from 255 or 57.75% from 258); Max value from RGB is 149 - color contains mainly: blue. Hex color #195495 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195495 is #E6AB6A. Grayscale: #494949. Windows color (decimal): -15117163 or 9786393. OLE color: 9786393.
HSL color Cylindrical-coordinate representation of color #195495: hue angle of 211.45º 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 #195495 is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 84 | 149 | - |
| CMYK | 0.83 | 0.44 | 0 | 0.42 |
| HSL | 211.45º | 0.71% | 0.34% | - |
| HSV(B) | 211.45º | 0.83% | 0.58% | - |
| XYZ | 9 | 8.72 | 29.64 | - |
| YUV | 73.77 | 170.45 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 84 | 149 | 0.83 | 0.44 | 0 | 0.42 | 211.45 | 0.71 | 0.34 |
| Hex | 19 | 54 | 95 | 53 | 2C | 0 | 2A | D3 | 47 | 22 |
| Octal | 31 | 124 | 225 | 123 | 54 | 0 | 52 | 323 | 107 | 42 |
| Binary | 11001 | 1010100 | 10010101 | 1010011 | 101100 | 0 | 101010 | 11010011 | 1000111 | 100010 |
Color Harmonies of #195495
Complementary color
Monochromatic Colors of #195495
Black with #195495
Text Example
Text Example
White with #195495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195495; }
p { color: rgb(25,84,149); }
H1.HeaderClassName
{
color: #195495;
}
.AnyTagClassName
{
color: #195495;
}
</style>
background-color css
<style>
a { background-color: #195495; }
a { background-color: rgb(25,84,149); }
div.DivClassName
{
background-color: #195495;
}
.BgClassName
{
background-color: #195495;
}
</style>
border-color css
<style>
span { border-color: #195495; }
span { border-color: rgb(25,84,149); }
td.TdClassName
{
border-color: #195495;
}
.TagClassName
{
border-color: #195495;
}
</style>