Shades of Endeavour #1956A1
Tints of Endeavour #1956A1
RGB
CMYK
RGB Variations
Color information
#1956A1 (or 0x1956A1) is known color: Endeavour. HEX triplet: 19, 56 and A1. RGB value is (25,86,161). Sum of RGB (Red+Green+Blue) = 25+86+161=272 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.19% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 161 (63.28% from 255 or 59.19% from 272); Max value from RGB is 161 - color contains mainly: blue. Hex color #1956A1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1956A1 is #E6A95E. Grayscale: #4B4B4B. Windows color (decimal): -15116639 or 10573337. OLE color: 10573337.
HSL color Cylindrical-coordinate representation of color #1956A1: hue angle of 213.09º 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 #1956A1 is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 25 | 86 | 161 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.37 |
| HSL | 213.09º | 0.73% | 0.36% | - |
| HSV(B) | 213.09º | 0.84% | 0.63% | - |
| XYZ | 10.16 | 9.44 | 35 | - |
| YUV | 76.31 | 175.79 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 86 | 161 | 0.84 | 0.47 | 0 | 0.37 | 213.09 | 0.73 | 0.36 |
| Hex | 19 | 56 | A1 | 54 | 2F | 0 | 25 | D5 | 49 | 24 |
| Octal | 31 | 126 | 241 | 124 | 57 | 0 | 45 | 325 | 111 | 44 |
| Binary | 11001 | 1010110 | 10100001 | 1010100 | 101111 | 0 | 100101 | 11010101 | 1001001 | 100100 |
Color Harmonies of #1956A1
Complementary color
Monochromatic Colors of #1956A1
Black with #1956A1
Text Example
Text Example
White with #1956A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1956A1; }
p { color: rgb(25,86,161); }
H1.HeaderClassName
{
color: #1956A1;
}
.AnyTagClassName
{
color: #1956A1;
}
</style>
background-color css
<style>
a { background-color: #1956A1; }
a { background-color: rgb(25,86,161); }
div.DivClassName
{
background-color: #1956A1;
}
.BgClassName
{
background-color: #1956A1;
}
</style>
border-color css
<style>
span { border-color: #1956A1; }
span { border-color: rgb(25,86,161); }
td.TdClassName
{
border-color: #1956A1;
}
.TagClassName
{
border-color: #1956A1;
}
</style>