Shades of Endeavour #1A518D
Tints of Endeavour #1A518D
RGB
CMYK
RGB Variations
Color information
#1A518D (or 0x1A518D) is known color: Endeavour. HEX triplet: 1A, 51 and 8D. RGB value is (26,81,141). Sum of RGB (Red+Green+Blue) = 26+81+141=248 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.48% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 141 (55.47% from 255 or 56.85% from 248); Max value from RGB is 141 - color contains mainly: blue. Hex color #1A518D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A518D is #E5AE72. Grayscale: #474747. Windows color (decimal): -15052403 or 9261338. OLE color: 9261338.
HSL color Cylindrical-coordinate representation of color #1A518D: hue angle of 211.3º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A518D is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 81 | 141 | - |
| CMYK | 0.82 | 0.43 | 0 | 0.45 |
| HSL | 211.3º | 0.69% | 0.33% | - |
| HSV(B) | 211.3º | 0.82% | 0.55% | - |
| XYZ | 8.18 | 8.03 | 26.32 | - |
| YUV | 71.4 | 167.28 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 81 | 141 | 0.82 | 0.43 | 0 | 0.45 | 211.3 | 0.69 | 0.33 |
| Hex | 1A | 51 | 8D | 52 | 2B | 0 | 2D | D3 | 45 | 21 |
| Octal | 32 | 121 | 215 | 122 | 53 | 0 | 55 | 323 | 105 | 41 |
| Binary | 11010 | 1010001 | 10001101 | 1010010 | 101011 | 0 | 101101 | 11010011 | 1000101 | 100001 |
Color Harmonies of #1A518D
Complementary color
Monochromatic Colors of #1A518D
Black with #1A518D
Text Example
Text Example
White with #1A518D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A518D; }
p { color: rgb(26,81,141); }
H1.HeaderClassName
{
color: #1A518D;
}
.AnyTagClassName
{
color: #1A518D;
}
</style>
background-color css
<style>
a { background-color: #1A518D; }
a { background-color: rgb(26,81,141); }
div.DivClassName
{
background-color: #1A518D;
}
.BgClassName
{
background-color: #1A518D;
}
</style>
border-color css
<style>
span { border-color: #1A518D; }
span { border-color: rgb(26,81,141); }
td.TdClassName
{
border-color: #1A518D;
}
.TagClassName
{
border-color: #1A518D;
}
</style>