Shades of Endeavour #1A6894
Tints of Endeavour #1A6894
RGB
CMYK
RGB Variations
Color information
#1A6894 (or 0x1A6894) is known color: Endeavour. HEX triplet: 1A, 68 and 94. RGB value is (26,104,148). Sum of RGB (Red+Green+Blue) = 26+104+148=278 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.35% from 278); Green value is 104 (41.02% from 255 or 37.41% from 278); Blue value is 148 (58.20% from 255 or 53.24% from 278); Max value from RGB is 148 - color contains mainly: blue. Hex color #1A6894 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6894 is #E5976B. Grayscale: #555555. Windows color (decimal): -15046508 or 9725978. OLE color: 9725978.
HSL color Cylindrical-coordinate representation of color #1A6894: hue angle of 201.64º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A6894 is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 26 | 104 | 148 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.42 |
| HSL | 201.64º | 0.7% | 0.34% | - |
| HSV(B) | 201.64º | 0.82% | 0.58% | - |
| XYZ | 10.72 | 12.26 | 29.82 | - |
| YUV | 85.69 | 163.16 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 104 | 148 | 0.82 | 0.30 | 0 | 0.42 | 201.64 | 0.7 | 0.34 |
| Hex | 1A | 68 | 94 | 52 | 1E | 0 | 2A | CA | 46 | 22 |
| Octal | 32 | 150 | 224 | 122 | 36 | 0 | 52 | 312 | 106 | 42 |
| Binary | 11010 | 1101000 | 10010100 | 1010010 | 11110 | 0 | 101010 | 11001010 | 1000110 | 100010 |
Color Harmonies of #1A6894
Complementary color
Monochromatic Colors of #1A6894
Black with #1A6894
Text Example
Text Example
White with #1A6894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6894; }
p { color: rgb(26,104,148); }
H1.HeaderClassName
{
color: #1A6894;
}
.AnyTagClassName
{
color: #1A6894;
}
</style>
background-color css
<style>
a { background-color: #1A6894; }
a { background-color: rgb(26,104,148); }
div.DivClassName
{
background-color: #1A6894;
}
.BgClassName
{
background-color: #1A6894;
}
</style>
border-color css
<style>
span { border-color: #1A6894; }
span { border-color: rgb(26,104,148); }
td.TdClassName
{
border-color: #1A6894;
}
.TagClassName
{
border-color: #1A6894;
}
</style>