Shades of Endeavour #1A4490
Tints of Endeavour #1A4490
RGB
CMYK
RGB Variations
Color information
#1A4490 (or 0x1A4490) is known color: Endeavour. HEX triplet: 1A, 44 and 90. RGB value is (26,68,144). Sum of RGB (Red+Green+Blue) = 26+68+144=238 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.92% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 144 (56.64% from 255 or 60.50% from 238); Max value from RGB is 144 - color contains mainly: blue. Hex color #1A4490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A4490 is #E5BB6F. Grayscale: #3F3F3F. Windows color (decimal): -15055728 or 9454618. OLE color: 9454618.
HSL color Cylindrical-coordinate representation of color #1A4490: hue angle of 218.64º 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 #1A4490 is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 68 | 144 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.44 |
| HSL | 218.64º | 0.69% | 0.33% | - |
| HSV(B) | 218.64º | 0.82% | 0.56% | - |
| XYZ | 7.53 | 6.37 | 27.22 | - |
| YUV | 64.11 | 173.09 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 68 | 144 | 0.82 | 0.53 | 0 | 0.44 | 218.64 | 0.69 | 0.33 |
| Hex | 1A | 44 | 90 | 52 | 35 | 0 | 2C | DB | 45 | 21 |
| Octal | 32 | 104 | 220 | 122 | 65 | 0 | 54 | 333 | 105 | 41 |
| Binary | 11010 | 1000100 | 10010000 | 1010010 | 110101 | 0 | 101100 | 11011011 | 1000101 | 100001 |
Color Harmonies of #1A4490
Complementary color
Monochromatic Colors of #1A4490
Black with #1A4490
Text Example
Text Example
White with #1A4490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4490; }
p { color: rgb(26,68,144); }
H1.HeaderClassName
{
color: #1A4490;
}
.AnyTagClassName
{
color: #1A4490;
}
</style>
background-color css
<style>
a { background-color: #1A4490; }
a { background-color: rgb(26,68,144); }
div.DivClassName
{
background-color: #1A4490;
}
.BgClassName
{
background-color: #1A4490;
}
</style>
border-color css
<style>
span { border-color: #1A4490; }
span { border-color: rgb(26,68,144); }
td.TdClassName
{
border-color: #1A4490;
}
.TagClassName
{
border-color: #1A4490;
}
</style>