Shades of Endeavour #195094
Tints of Endeavour #195094
RGB
CMYK
RGB Variations
Color information
#195094 (or 0x195094) is known color: Endeavour. HEX triplet: 19, 50 and 94. RGB value is (25,80,148). Sum of RGB (Red+Green+Blue) = 25+80+148=253 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.88% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 148 (58.20% from 255 or 58.50% from 253); Max value from RGB is 148 - color contains mainly: blue. Hex color #195094 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195094 is #E6AF6B. Grayscale: #464646. Windows color (decimal): -15118188 or 9719833. OLE color: 9719833.
HSL color Cylindrical-coordinate representation of color #195094: hue angle of 213.17º 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 #195094 is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 80 | 148 | - |
| CMYK | 0.83 | 0.46 | 0 | 0.42 |
| HSL | 213.17º | 0.71% | 0.34% | - |
| HSV(B) | 213.17º | 0.83% | 0.58% | - |
| XYZ | 8.61 | 8.08 | 29.12 | - |
| YUV | 71.31 | 171.28 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 80 | 148 | 0.83 | 0.46 | 0 | 0.42 | 213.17 | 0.71 | 0.34 |
| Hex | 19 | 50 | 94 | 53 | 2E | 0 | 2A | D5 | 47 | 22 |
| Octal | 31 | 120 | 224 | 123 | 56 | 0 | 52 | 325 | 107 | 42 |
| Binary | 11001 | 1010000 | 10010100 | 1010011 | 101110 | 0 | 101010 | 11010101 | 1000111 | 100010 |
Color Harmonies of #195094
Complementary color
Monochromatic Colors of #195094
Black with #195094
Text Example
Text Example
White with #195094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195094; }
p { color: rgb(25,80,148); }
H1.HeaderClassName
{
color: #195094;
}
.AnyTagClassName
{
color: #195094;
}
</style>
background-color css
<style>
a { background-color: #195094; }
a { background-color: rgb(25,80,148); }
div.DivClassName
{
background-color: #195094;
}
.BgClassName
{
background-color: #195094;
}
</style>
border-color css
<style>
span { border-color: #195094; }
span { border-color: rgb(25,80,148); }
td.TdClassName
{
border-color: #195094;
}
.TagClassName
{
border-color: #195094;
}
</style>