Shades of Endeavour #1A6590
Tints of Endeavour #1A6590
RGB
CMYK
RGB Variations
Color information
#1A6590 (or 0x1A6590) is known color: Endeavour. HEX triplet: 1A, 65 and 90. RGB value is (26,101,144). Sum of RGB (Red+Green+Blue) = 26+101+144=271 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.59% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 144 (56.64% from 255 or 53.14% from 271); Max value from RGB is 144 - color contains mainly: blue. Hex color #1A6590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6590 is #E59A6F. Grayscale: #535353. Windows color (decimal): -15047280 or 9463066. OLE color: 9463066.
HSL color Cylindrical-coordinate representation of color #1A6590: hue angle of 201.86º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A6590 is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 101 | 144 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.44 |
| HSL | 201.86º | 0.69% | 0.33% | - |
| HSV(B) | 201.86º | 0.82% | 0.56% | - |
| XYZ | 10.11 | 11.54 | 28.08 | - |
| YUV | 83.48 | 162.15 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 101 | 144 | 0.82 | 0.30 | 0 | 0.44 | 201.86 | 0.69 | 0.33 |
| Hex | 1A | 65 | 90 | 52 | 1E | 0 | 2C | CA | 45 | 21 |
| Octal | 32 | 145 | 220 | 122 | 36 | 0 | 54 | 312 | 105 | 41 |
| Binary | 11010 | 1100101 | 10010000 | 1010010 | 11110 | 0 | 101100 | 11001010 | 1000101 | 100001 |
Color Harmonies of #1A6590
Complementary color
Monochromatic Colors of #1A6590
Black with #1A6590
Text Example
Text Example
White with #1A6590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6590; }
p { color: rgb(26,101,144); }
H1.HeaderClassName
{
color: #1A6590;
}
.AnyTagClassName
{
color: #1A6590;
}
</style>
background-color css
<style>
a { background-color: #1A6590; }
a { background-color: rgb(26,101,144); }
div.DivClassName
{
background-color: #1A6590;
}
.BgClassName
{
background-color: #1A6590;
}
</style>
border-color css
<style>
span { border-color: #1A6590; }
span { border-color: rgb(26,101,144); }
td.TdClassName
{
border-color: #1A6590;
}
.TagClassName
{
border-color: #1A6590;
}
</style>