Shades of Endeavour #195599
Tints of Endeavour #195599
RGB
CMYK
RGB Variations
Color information
#195599 (or 0x195599) is known color: Endeavour. HEX triplet: 19, 55 and 99. RGB value is (25,85,153). Sum of RGB (Red+Green+Blue) = 25+85+153=263 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.51% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 153 (60.16% from 255 or 58.17% from 263); Max value from RGB is 153 - color contains mainly: blue. Hex color #195599 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195599 is #E6AA66. Grayscale: #4A4A4A. Windows color (decimal): -15116903 or 10048793. OLE color: 10048793.
HSL color Cylindrical-coordinate representation of color #195599: hue angle of 211.88º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #195599 is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 85 | 153 | - |
| CMYK | 0.84 | 0.44 | 0 | 0.4 |
| HSL | 211.88º | 0.72% | 0.35% | - |
| HSV(B) | 211.88º | 0.84% | 0.6% | - |
| XYZ | 9.4 | 9 | 31.38 | - |
| YUV | 74.81 | 172.12 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 85 | 153 | 0.84 | 0.44 | 0 | 0.4 | 211.88 | 0.72 | 0.35 |
| Hex | 19 | 55 | 99 | 54 | 2C | 0 | 28 | D4 | 48 | 23 |
| Octal | 31 | 125 | 231 | 124 | 54 | 0 | 50 | 324 | 110 | 43 |
| Binary | 11001 | 1010101 | 10011001 | 1010100 | 101100 | 0 | 101000 | 11010100 | 1001000 | 100011 |
Color Harmonies of #195599
Complementary color
Monochromatic Colors of #195599
Black with #195599
Text Example
Text Example
White with #195599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195599; }
p { color: rgb(25,85,153); }
H1.HeaderClassName
{
color: #195599;
}
.AnyTagClassName
{
color: #195599;
}
</style>
background-color css
<style>
a { background-color: #195599; }
a { background-color: rgb(25,85,153); }
div.DivClassName
{
background-color: #195599;
}
.BgClassName
{
background-color: #195599;
}
</style>
border-color css
<style>
span { border-color: #195599; }
span { border-color: rgb(25,85,153); }
td.TdClassName
{
border-color: #195599;
}
.TagClassName
{
border-color: #195599;
}
</style>