Shades of Endeavour #195994
Tints of Endeavour #195994
RGB
CMYK
RGB Variations
Color information
#195994 (or 0x195994) is known color: Endeavour. HEX triplet: 19, 59 and 94. RGB value is (25,89,148). Sum of RGB (Red+Green+Blue) = 25+89+148=262 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.54% from 262); Green value is 89 (35.16% from 255 or 33.97% from 262); Blue value is 148 (58.20% from 255 or 56.49% from 262); Max value from RGB is 148 - color contains mainly: blue. Hex color #195994 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195994 is #E6A66B. Grayscale: #4C4C4C. Windows color (decimal): -15115884 or 9722137. OLE color: 9722137.
HSL color Cylindrical-coordinate representation of color #195994: hue angle of 208.78º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #195994 is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 89 | 148 | - |
| CMYK | 0.83 | 0.40 | 0 | 0.42 |
| HSL | 208.78º | 0.71% | 0.34% | - |
| HSV(B) | 208.78º | 0.83% | 0.58% | - |
| XYZ | 9.32 | 9.49 | 29.36 | - |
| YUV | 76.59 | 168.3 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 89 | 148 | 0.83 | 0.40 | 0 | 0.42 | 208.78 | 0.71 | 0.34 |
| Hex | 19 | 59 | 94 | 53 | 28 | 0 | 2A | D1 | 47 | 22 |
| Octal | 31 | 131 | 224 | 123 | 50 | 0 | 52 | 321 | 107 | 42 |
| Binary | 11001 | 1011001 | 10010100 | 1010011 | 101000 | 0 | 101010 | 11010001 | 1000111 | 100010 |
Color Harmonies of #195994
Complementary color
Monochromatic Colors of #195994
Black with #195994
Text Example
Text Example
White with #195994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195994; }
p { color: rgb(25,89,148); }
H1.HeaderClassName
{
color: #195994;
}
.AnyTagClassName
{
color: #195994;
}
</style>
background-color css
<style>
a { background-color: #195994; }
a { background-color: rgb(25,89,148); }
div.DivClassName
{
background-color: #195994;
}
.BgClassName
{
background-color: #195994;
}
</style>
border-color css
<style>
span { border-color: #195994; }
span { border-color: rgb(25,89,148); }
td.TdClassName
{
border-color: #195994;
}
.TagClassName
{
border-color: #195994;
}
</style>