Shades of Endeavour #1A6691
Tints of Endeavour #1A6691
RGB
CMYK
RGB Variations
Color information
#1A6691 (or 0x1A6691) is known color: Endeavour. HEX triplet: 1A, 66 and 91. RGB value is (26,102,145). Sum of RGB (Red+Green+Blue) = 26+102+145=273 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.52% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 145 (57.03% from 255 or 53.11% from 273); Max value from RGB is 145 - color contains mainly: blue. Hex color #1A6691 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6691 is #E5996E. Grayscale: #535353. Windows color (decimal): -15047023 or 9528858. OLE color: 9528858.
HSL color Cylindrical-coordinate representation of color #1A6691: hue angle of 201.68º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A6691 is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 26 | 102 | 145 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.43 |
| HSL | 201.68º | 0.7% | 0.34% | - |
| HSV(B) | 201.68º | 0.82% | 0.57% | - |
| XYZ | 10.29 | 11.77 | 28.52 | - |
| YUV | 84.18 | 162.32 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 102 | 145 | 0.82 | 0.30 | 0 | 0.43 | 201.68 | 0.7 | 0.34 |
| Hex | 1A | 66 | 91 | 52 | 1E | 0 | 2B | CA | 46 | 22 |
| Octal | 32 | 146 | 221 | 122 | 36 | 0 | 53 | 312 | 106 | 42 |
| Binary | 11010 | 1100110 | 10010001 | 1010010 | 11110 | 0 | 101011 | 11001010 | 1000110 | 100010 |
Color Harmonies of #1A6691
Complementary color
Monochromatic Colors of #1A6691
Black with #1A6691
Text Example
Text Example
White with #1A6691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6691; }
p { color: rgb(26,102,145); }
H1.HeaderClassName
{
color: #1A6691;
}
.AnyTagClassName
{
color: #1A6691;
}
</style>
background-color css
<style>
a { background-color: #1A6691; }
a { background-color: rgb(26,102,145); }
div.DivClassName
{
background-color: #1A6691;
}
.BgClassName
{
background-color: #1A6691;
}
</style>
border-color css
<style>
span { border-color: #1A6691; }
span { border-color: rgb(26,102,145); }
td.TdClassName
{
border-color: #1A6691;
}
.TagClassName
{
border-color: #1A6691;
}
</style>