Shades of Endeavour #1A5E90
Tints of Endeavour #1A5E90
RGB
CMYK
RGB Variations
Color information
#1A5E90 (or 0x1A5E90) is known color: Endeavour. HEX triplet: 1A, 5E and 90. RGB value is (26,94,144). Sum of RGB (Red+Green+Blue) = 26+94+144=264 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.85% from 264); Green value is 94 (37.11% from 255 or 35.61% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #1A5E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5E90 is #E5A16F. Grayscale: #4F4F4F. Windows color (decimal): -15049072 or 9461274. OLE color: 9461274.
HSL color Cylindrical-coordinate representation of color #1A5E90: hue angle of 205.42º 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 #1A5E90 is Cyan = 0.82, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 94 | 144 | - |
| CMYK | 0.82 | 0.35 | 0 | 0.44 |
| HSL | 205.42º | 0.69% | 0.33% | - |
| HSV(B) | 205.42º | 0.82% | 0.56% | - |
| XYZ | 9.46 | 10.24 | 27.86 | - |
| YUV | 79.37 | 164.47 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 94 | 144 | 0.82 | 0.35 | 0 | 0.44 | 205.42 | 0.69 | 0.33 |
| Hex | 1A | 5E | 90 | 52 | 23 | 0 | 2C | CD | 45 | 21 |
| Octal | 32 | 136 | 220 | 122 | 43 | 0 | 54 | 315 | 105 | 41 |
| Binary | 11010 | 1011110 | 10010000 | 1010010 | 100011 | 0 | 101100 | 11001101 | 1000101 | 100001 |
Color Harmonies of #1A5E90
Complementary color
Monochromatic Colors of #1A5E90
Black with #1A5E90
Text Example
Text Example
White with #1A5E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5E90; }
p { color: rgb(26,94,144); }
H1.HeaderClassName
{
color: #1A5E90;
}
.AnyTagClassName
{
color: #1A5E90;
}
</style>
background-color css
<style>
a { background-color: #1A5E90; }
a { background-color: rgb(26,94,144); }
div.DivClassName
{
background-color: #1A5E90;
}
.BgClassName
{
background-color: #1A5E90;
}
</style>
border-color css
<style>
span { border-color: #1A5E90; }
span { border-color: rgb(26,94,144); }
td.TdClassName
{
border-color: #1A5E90;
}
.TagClassName
{
border-color: #1A5E90;
}
</style>