Shades of Endeavour #195090
Tints of Endeavour #195090
RGB
CMYK
RGB Variations
Color information
#195090 (or 0x195090) is known color: Endeavour. HEX triplet: 19, 50 and 90. RGB value is (25,80,144). Sum of RGB (Red+Green+Blue) = 25+80+144=249 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.04% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 144 (56.64% from 255 or 57.83% from 249); Max value from RGB is 144 - color contains mainly: blue. Hex color #195090 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195090 is #E6AF6F. Grayscale: #464646. Windows color (decimal): -15118192 or 9457689. OLE color: 9457689.
HSL color Cylindrical-coordinate representation of color #195090: hue angle of 212.27º 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 #195090 is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 80 | 144 | - |
| CMYK | 0.83 | 0.44 | 0 | 0.44 |
| HSL | 212.27º | 0.7% | 0.33% | - |
| HSV(B) | 212.27º | 0.83% | 0.56% | - |
| XYZ | 8.3 | 7.96 | 27.48 | - |
| YUV | 70.85 | 169.28 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 80 | 144 | 0.83 | 0.44 | 0 | 0.44 | 212.27 | 0.7 | 0.33 |
| Hex | 19 | 50 | 90 | 53 | 2C | 0 | 2C | D4 | 46 | 21 |
| Octal | 31 | 120 | 220 | 123 | 54 | 0 | 54 | 324 | 106 | 41 |
| Binary | 11001 | 1010000 | 10010000 | 1010011 | 101100 | 0 | 101100 | 11010100 | 1000110 | 100001 |
Color Harmonies of #195090
Complementary color
Monochromatic Colors of #195090
Black with #195090
Text Example
Text Example
White with #195090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195090; }
p { color: rgb(25,80,144); }
H1.HeaderClassName
{
color: #195090;
}
.AnyTagClassName
{
color: #195090;
}
</style>
background-color css
<style>
a { background-color: #195090; }
a { background-color: rgb(25,80,144); }
div.DivClassName
{
background-color: #195090;
}
.BgClassName
{
background-color: #195090;
}
</style>
border-color css
<style>
span { border-color: #195090; }
span { border-color: rgb(25,80,144); }
td.TdClassName
{
border-color: #195090;
}
.TagClassName
{
border-color: #195090;
}
</style>