Shades of Endeavour #1950A0
Tints of Endeavour #1950A0
RGB
CMYK
RGB Variations
Color information
#1950A0 (or 0x1950A0) is known color: Endeavour. HEX triplet: 19, 50 and A0. RGB value is (25,80,160). Sum of RGB (Red+Green+Blue) = 25+80+160=265 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.43% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 160 (62.89% from 255 or 60.38% from 265); Max value from RGB is 160 - color contains mainly: blue. Hex color #1950A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1950A0 is #E6AF5F. Grayscale: #484848. Windows color (decimal): -15118176 or 10506265. OLE color: 10506265.
HSL color Cylindrical-coordinate representation of color #1950A0: hue angle of 215.56º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1950A0 is Cyan = 0.84, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 25 | 80 | 160 | - |
| CMYK | 0.84 | 0.5 | 0 | 0.37 |
| HSL | 215.56º | 0.73% | 0.36% | - |
| HSV(B) | 215.56º | 0.84% | 0.63% | - |
| XYZ | 9.61 | 8.48 | 34.39 | - |
| YUV | 72.68 | 177.28 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 80 | 160 | 0.84 | 0.5 | 0 | 0.37 | 215.56 | 0.73 | 0.36 |
| Hex | 19 | 50 | A0 | 54 | 32 | 0 | 25 | D8 | 49 | 24 |
| Octal | 31 | 120 | 240 | 124 | 62 | 0 | 45 | 330 | 111 | 44 |
| Binary | 11001 | 1010000 | 10100000 | 1010100 | 110010 | 0 | 100101 | 11011000 | 1001001 | 100100 |
Color Harmonies of #1950A0
Complementary color
Monochromatic Colors of #1950A0
Black with #1950A0
Text Example
Text Example
White with #1950A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1950A0; }
p { color: rgb(25,80,160); }
H1.HeaderClassName
{
color: #1950A0;
}
.AnyTagClassName
{
color: #1950A0;
}
</style>
background-color css
<style>
a { background-color: #1950A0; }
a { background-color: rgb(25,80,160); }
div.DivClassName
{
background-color: #1950A0;
}
.BgClassName
{
background-color: #1950A0;
}
</style>
border-color css
<style>
span { border-color: #1950A0; }
span { border-color: rgb(25,80,160); }
td.TdClassName
{
border-color: #1950A0;
}
.TagClassName
{
border-color: #1950A0;
}
</style>