Shades of Endeavour #195993
Tints of Endeavour #195993
RGB
CMYK
RGB Variations
Color information
#195993 (or 0x195993) is known color: Endeavour. HEX triplet: 19, 59 and 93. RGB value is (25,89,147). Sum of RGB (Red+Green+Blue) = 25+89+147=261 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.58% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 147 (57.81% from 255 or 56.32% from 261); Max value from RGB is 147 - color contains mainly: blue. Hex color #195993 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195993 is #E6A66C. Grayscale: #4C4C4C. Windows color (decimal): -15115885 or 9656601. OLE color: 9656601.
HSL color Cylindrical-coordinate representation of color #195993: hue angle of 208.52º 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 #195993 is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 89 | 147 | - |
| CMYK | 0.83 | 0.39 | 0 | 0.42 |
| HSL | 208.52º | 0.71% | 0.34% | - |
| HSV(B) | 208.52º | 0.83% | 0.58% | - |
| XYZ | 9.24 | 9.46 | 28.94 | - |
| YUV | 76.48 | 167.8 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 89 | 147 | 0.83 | 0.39 | 0 | 0.42 | 208.52 | 0.71 | 0.34 |
| Hex | 19 | 59 | 93 | 53 | 27 | 0 | 2A | D1 | 47 | 22 |
| Octal | 31 | 131 | 223 | 123 | 47 | 0 | 52 | 321 | 107 | 42 |
| Binary | 11001 | 1011001 | 10010011 | 1010011 | 100111 | 0 | 101010 | 11010001 | 1000111 | 100010 |
Color Harmonies of #195993
Complementary color
Monochromatic Colors of #195993
Black with #195993
Text Example
Text Example
White with #195993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195993; }
p { color: rgb(25,89,147); }
H1.HeaderClassName
{
color: #195993;
}
.AnyTagClassName
{
color: #195993;
}
</style>
background-color css
<style>
a { background-color: #195993; }
a { background-color: rgb(25,89,147); }
div.DivClassName
{
background-color: #195993;
}
.BgClassName
{
background-color: #195993;
}
</style>
border-color css
<style>
span { border-color: #195993; }
span { border-color: rgb(25,89,147); }
td.TdClassName
{
border-color: #195993;
}
.TagClassName
{
border-color: #195993;
}
</style>