Shades of Endeavour #195088
Tints of Endeavour #195088
RGB
CMYK
RGB Variations
Color information
#195088 (or 0x195088) is known color: Endeavour. HEX triplet: 19, 50 and 88. RGB value is (25,80,136). Sum of RGB (Red+Green+Blue) = 25+80+136=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 136 (53.52% from 255 or 56.43% from 241); Max value from RGB is 136 - color contains mainly: blue. Hex color #195088 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195088 is #E6AF77. Grayscale: #454545. Windows color (decimal): -15118200 or 8933401. OLE color: 8933401.
HSL color Cylindrical-coordinate representation of color #195088: hue angle of 210.27º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #195088 is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 80 | 136 | - |
| CMYK | 0.82 | 0.41 | 0 | 0.47 |
| HSL | 210.27º | 0.69% | 0.32% | - |
| HSV(B) | 210.27º | 0.82% | 0.53% | - |
| XYZ | 7.71 | 7.72 | 24.38 | - |
| YUV | 69.94 | 165.28 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 80 | 136 | 0.82 | 0.41 | 0 | 0.47 | 210.27 | 0.69 | 0.32 |
| Hex | 19 | 50 | 88 | 52 | 29 | 0 | 2F | D2 | 45 | 20 |
| Octal | 31 | 120 | 210 | 122 | 51 | 0 | 57 | 322 | 105 | 40 |
| Binary | 11001 | 1010000 | 10001000 | 1010010 | 101001 | 0 | 101111 | 11010010 | 1000101 | 100000 |
Color Harmonies of #195088
Complementary color
Monochromatic Colors of #195088
Black with #195088
Text Example
Text Example
White with #195088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195088; }
p { color: rgb(25,80,136); }
H1.HeaderClassName
{
color: #195088;
}
.AnyTagClassName
{
color: #195088;
}
</style>
background-color css
<style>
a { background-color: #195088; }
a { background-color: rgb(25,80,136); }
div.DivClassName
{
background-color: #195088;
}
.BgClassName
{
background-color: #195088;
}
</style>
border-color css
<style>
span { border-color: #195088; }
span { border-color: rgb(25,80,136); }
td.TdClassName
{
border-color: #195088;
}
.TagClassName
{
border-color: #195088;
}
</style>