Shades of Endeavour #195199
Tints of Endeavour #195199
RGB
CMYK
RGB Variations
Color information
#195199 (or 0x195199) is known color: Endeavour. HEX triplet: 19, 51 and 99. RGB value is (25,81,153). Sum of RGB (Red+Green+Blue) = 25+81+153=259 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.65% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 153 (60.16% from 255 or 59.07% from 259); Max value from RGB is 153 - color contains mainly: blue. Hex color #195199 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195199 is #E6AE66. Grayscale: #484848. Windows color (decimal): -15117927 or 10047769. OLE color: 10047769.
HSL color Cylindrical-coordinate representation of color #195199: hue angle of 213.75º 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 #195199 is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 81 | 153 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.4 |
| HSL | 213.75º | 0.72% | 0.35% | - |
| HSV(B) | 213.75º | 0.84% | 0.6% | - |
| XYZ | 9.09 | 8.39 | 31.28 | - |
| YUV | 72.46 | 173.45 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 81 | 153 | 0.84 | 0.47 | 0 | 0.4 | 213.75 | 0.72 | 0.35 |
| Hex | 19 | 51 | 99 | 54 | 2F | 0 | 28 | D6 | 48 | 23 |
| Octal | 31 | 121 | 231 | 124 | 57 | 0 | 50 | 326 | 110 | 43 |
| Binary | 11001 | 1010001 | 10011001 | 1010100 | 101111 | 0 | 101000 | 11010110 | 1001000 | 100011 |
Color Harmonies of #195199
Complementary color
Monochromatic Colors of #195199
Black with #195199
Text Example
Text Example
White with #195199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195199; }
p { color: rgb(25,81,153); }
H1.HeaderClassName
{
color: #195199;
}
.AnyTagClassName
{
color: #195199;
}
</style>
background-color css
<style>
a { background-color: #195199; }
a { background-color: rgb(25,81,153); }
div.DivClassName
{
background-color: #195199;
}
.BgClassName
{
background-color: #195199;
}
</style>
border-color css
<style>
span { border-color: #195199; }
span { border-color: rgb(25,81,153); }
td.TdClassName
{
border-color: #195199;
}
.TagClassName
{
border-color: #195199;
}
</style>