Shades of Endeavour #1A539E
Tints of Endeavour #1A539E
RGB
CMYK
RGB Variations
Color information
#1A539E (or 0x1A539E) is known color: Endeavour. HEX triplet: 1A, 53 and 9E. RGB value is (26,83,158). Sum of RGB (Red+Green+Blue) = 26+83+158=267 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.74% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 158 (62.11% from 255 or 59.18% from 267); Max value from RGB is 158 - color contains mainly: blue. Hex color #1A539E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A539E is #E5AC61. Grayscale: #4A4A4A. Windows color (decimal): -15051874 or 10375962. OLE color: 10375962.
HSL color Cylindrical-coordinate representation of color #1A539E: hue angle of 214.09º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A539E is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 26 | 83 | 158 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.38 |
| HSL | 214.09º | 0.72% | 0.36% | - |
| HSV(B) | 214.09º | 0.84% | 0.62% | - |
| XYZ | 9.69 | 8.87 | 33.55 | - |
| YUV | 74.51 | 175.12 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 83 | 158 | 0.84 | 0.47 | 0 | 0.38 | 214.09 | 0.72 | 0.36 |
| Hex | 1A | 53 | 9E | 54 | 2F | 0 | 26 | D6 | 48 | 24 |
| Octal | 32 | 123 | 236 | 124 | 57 | 0 | 46 | 326 | 110 | 44 |
| Binary | 11010 | 1010011 | 10011110 | 1010100 | 101111 | 0 | 100110 | 11010110 | 1001000 | 100100 |
Color Harmonies of #1A539E
Complementary color
Monochromatic Colors of #1A539E
Black with #1A539E
Text Example
Text Example
White with #1A539E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A539E; }
p { color: rgb(26,83,158); }
H1.HeaderClassName
{
color: #1A539E;
}
.AnyTagClassName
{
color: #1A539E;
}
</style>
background-color css
<style>
a { background-color: #1A539E; }
a { background-color: rgb(26,83,158); }
div.DivClassName
{
background-color: #1A539E;
}
.BgClassName
{
background-color: #1A539E;
}
</style>
border-color css
<style>
span { border-color: #1A539E; }
span { border-color: rgb(26,83,158); }
td.TdClassName
{
border-color: #1A539E;
}
.TagClassName
{
border-color: #1A539E;
}
</style>