Shades of Endeavour #1A5590
Tints of Endeavour #1A5590
RGB
CMYK
RGB Variations
Color information
#1A5590 (or 0x1A5590) is known color: Endeavour. HEX triplet: 1A, 55 and 90. RGB value is (26,85,144). Sum of RGB (Red+Green+Blue) = 26+85+144=255 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.20% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 144 (56.64% from 255 or 56.47% from 255); Max value from RGB is 144 - color contains mainly: blue. Hex color #1A5590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5590 is #E5AA6F. Grayscale: #494949. Windows color (decimal): -15051376 or 9458970. OLE color: 9458970.
HSL color Cylindrical-coordinate representation of color #1A5590: hue angle of 210º 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 #1A5590 is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 85 | 144 | - |
| CMYK | 0.82 | 0.41 | 0 | 0.44 |
| HSL | 210º | 0.69% | 0.33% | - |
| HSV(B) | 210º | 0.82% | 0.56% | - |
| XYZ | 8.71 | 8.73 | 27.61 | - |
| YUV | 74.09 | 167.45 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 85 | 144 | 0.82 | 0.41 | 0 | 0.44 | 210 | 0.69 | 0.33 |
| Hex | 1A | 55 | 90 | 52 | 29 | 0 | 2C | D2 | 45 | 21 |
| Octal | 32 | 125 | 220 | 122 | 51 | 0 | 54 | 322 | 105 | 41 |
| Binary | 11010 | 1010101 | 10010000 | 1010010 | 101001 | 0 | 101100 | 11010010 | 1000101 | 100001 |
Color Harmonies of #1A5590
Complementary color
Monochromatic Colors of #1A5590
Black with #1A5590
Text Example
Text Example
White with #1A5590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5590; }
p { color: rgb(26,85,144); }
H1.HeaderClassName
{
color: #1A5590;
}
.AnyTagClassName
{
color: #1A5590;
}
</style>
background-color css
<style>
a { background-color: #1A5590; }
a { background-color: rgb(26,85,144); }
div.DivClassName
{
background-color: #1A5590;
}
.BgClassName
{
background-color: #1A5590;
}
</style>
border-color css
<style>
span { border-color: #1A5590; }
span { border-color: rgb(26,85,144); }
td.TdClassName
{
border-color: #1A5590;
}
.TagClassName
{
border-color: #1A5590;
}
</style>