Shades of Endeavour #1A4C90
Tints of Endeavour #1A4C90
RGB
CMYK
RGB Variations
Color information
#1A4C90 (or 0x1A4C90) is known color: Endeavour. HEX triplet: 1A, 4C and 90. RGB value is (26,76,144). Sum of RGB (Red+Green+Blue) = 26+76+144=246 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.57% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 144 (56.64% from 255 or 58.54% from 246); Max value from RGB is 144 - color contains mainly: blue. Hex color #1A4C90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A4C90 is #E5B36F. Grayscale: #444444. Windows color (decimal): -15053680 or 9456666. OLE color: 9456666.
HSL color Cylindrical-coordinate representation of color #1A4C90: hue angle of 214.58º 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 #1A4C90 is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 76 | 144 | - |
| CMYK | 0.82 | 0.47 | 0 | 0.44 |
| HSL | 214.58º | 0.69% | 0.33% | - |
| HSV(B) | 214.58º | 0.82% | 0.56% | - |
| XYZ | 8.04 | 7.4 | 27.39 | - |
| YUV | 68.8 | 170.44 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 76 | 144 | 0.82 | 0.47 | 0 | 0.44 | 214.58 | 0.69 | 0.33 |
| Hex | 1A | 4C | 90 | 52 | 2F | 0 | 2C | D7 | 45 | 21 |
| Octal | 32 | 114 | 220 | 122 | 57 | 0 | 54 | 327 | 105 | 41 |
| Binary | 11010 | 1001100 | 10010000 | 1010010 | 101111 | 0 | 101100 | 11010111 | 1000101 | 100001 |
Color Harmonies of #1A4C90
Complementary color
Monochromatic Colors of #1A4C90
Black with #1A4C90
Text Example
Text Example
White with #1A4C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4C90; }
p { color: rgb(26,76,144); }
H1.HeaderClassName
{
color: #1A4C90;
}
.AnyTagClassName
{
color: #1A4C90;
}
</style>
background-color css
<style>
a { background-color: #1A4C90; }
a { background-color: rgb(26,76,144); }
div.DivClassName
{
background-color: #1A4C90;
}
.BgClassName
{
background-color: #1A4C90;
}
</style>
border-color css
<style>
span { border-color: #1A4C90; }
span { border-color: rgb(26,76,144); }
td.TdClassName
{
border-color: #1A4C90;
}
.TagClassName
{
border-color: #1A4C90;
}
</style>