Shades of Endeavour #195899
Tints of Endeavour #195899
RGB
CMYK
RGB Variations
Color information
#195899 (or 0x195899) is known color: Endeavour. HEX triplet: 19, 58 and 99. RGB value is (25,88,153). Sum of RGB (Red+Green+Blue) = 25+88+153=266 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.40% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 153 (60.16% from 255 or 57.52% from 266); Max value from RGB is 153 - color contains mainly: blue. Hex color #195899 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195899 is #E6A766. Grayscale: #4C4C4C. Windows color (decimal): -15116135 or 10049561. OLE color: 10049561.
HSL color Cylindrical-coordinate representation of color #195899: hue angle of 210.47º 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 #195899 is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 88 | 153 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.4 |
| HSL | 210.47º | 0.72% | 0.35% | - |
| HSV(B) | 210.47º | 0.84% | 0.6% | - |
| XYZ | 9.64 | 9.49 | 31.46 | - |
| YUV | 76.57 | 171.13 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 88 | 153 | 0.84 | 0.42 | 0 | 0.4 | 210.47 | 0.72 | 0.35 |
| Hex | 19 | 58 | 99 | 54 | 2A | 0 | 28 | D2 | 48 | 23 |
| Octal | 31 | 130 | 231 | 124 | 52 | 0 | 50 | 322 | 110 | 43 |
| Binary | 11001 | 1011000 | 10011001 | 1010100 | 101010 | 0 | 101000 | 11010010 | 1001000 | 100011 |
Color Harmonies of #195899
Complementary color
Monochromatic Colors of #195899
Black with #195899
Text Example
Text Example
White with #195899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195899; }
p { color: rgb(25,88,153); }
H1.HeaderClassName
{
color: #195899;
}
.AnyTagClassName
{
color: #195899;
}
</style>
background-color css
<style>
a { background-color: #195899; }
a { background-color: rgb(25,88,153); }
div.DivClassName
{
background-color: #195899;
}
.BgClassName
{
background-color: #195899;
}
</style>
border-color css
<style>
span { border-color: #195899; }
span { border-color: rgb(25,88,153); }
td.TdClassName
{
border-color: #195899;
}
.TagClassName
{
border-color: #195899;
}
</style>