Shades of Endeavour #195189
Tints of Endeavour #195189
RGB
CMYK
RGB Variations
Color information
#195189 (or 0x195189) is known color: Endeavour. HEX triplet: 19, 51 and 89. RGB value is (25,81,137). Sum of RGB (Red+Green+Blue) = 25+81+137=243 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.29% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 137 (53.91% from 255 or 56.38% from 243); Max value from RGB is 137 - color contains mainly: blue. Hex color #195189 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195189 is #E6AE76. Grayscale: #464646. Windows color (decimal): -15117943 or 8999193. OLE color: 8999193.
HSL color Cylindrical-coordinate representation of color #195189: hue angle of 210º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #195189 is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 25 | 81 | 137 | - |
| CMYK | 0.82 | 0.41 | 0 | 0.46 |
| HSL | 210º | 0.69% | 0.32% | - |
| HSV(B) | 210º | 0.82% | 0.54% | - |
| XYZ | 7.86 | 7.9 | 24.78 | - |
| YUV | 70.64 | 165.45 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 81 | 137 | 0.82 | 0.41 | 0 | 0.46 | 210 | 0.69 | 0.32 |
| Hex | 19 | 51 | 89 | 52 | 29 | 0 | 2E | D2 | 45 | 20 |
| Octal | 31 | 121 | 211 | 122 | 51 | 0 | 56 | 322 | 105 | 40 |
| Binary | 11001 | 1010001 | 10001001 | 1010010 | 101001 | 0 | 101110 | 11010010 | 1000101 | 100000 |
Color Harmonies of #195189
Complementary color
Monochromatic Colors of #195189
Black with #195189
Text Example
Text Example
White with #195189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195189; }
p { color: rgb(25,81,137); }
H1.HeaderClassName
{
color: #195189;
}
.AnyTagClassName
{
color: #195189;
}
</style>
background-color css
<style>
a { background-color: #195189; }
a { background-color: rgb(25,81,137); }
div.DivClassName
{
background-color: #195189;
}
.BgClassName
{
background-color: #195189;
}
</style>
border-color css
<style>
span { border-color: #195189; }
span { border-color: rgb(25,81,137); }
td.TdClassName
{
border-color: #195189;
}
.TagClassName
{
border-color: #195189;
}
</style>