Shades of Endeavour #1A548D
Tints of Endeavour #1A548D
RGB
CMYK
RGB Variations
Color information
#1A548D (or 0x1A548D) is known color: Endeavour. HEX triplet: 1A, 54 and 8D. RGB value is (26,84,141). Sum of RGB (Red+Green+Blue) = 26+84+141=251 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.36% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 141 (55.47% from 255 or 56.18% from 251); Max value from RGB is 141 - color contains mainly: blue. Hex color #1A548D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A548D is #E5AB72. Grayscale: #484848. Windows color (decimal): -15051635 or 9262106. OLE color: 9262106.
HSL color Cylindrical-coordinate representation of color #1A548D: hue angle of 209.74º 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 #1A548D is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 84 | 141 | - |
| CMYK | 0.82 | 0.40 | 0 | 0.45 |
| HSL | 209.74º | 0.69% | 0.33% | - |
| HSV(B) | 209.74º | 0.82% | 0.55% | - |
| XYZ | 8.4 | 8.48 | 26.39 | - |
| YUV | 73.16 | 166.28 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 84 | 141 | 0.82 | 0.40 | 0 | 0.45 | 209.74 | 0.69 | 0.33 |
| Hex | 1A | 54 | 8D | 52 | 28 | 0 | 2D | D2 | 45 | 21 |
| Octal | 32 | 124 | 215 | 122 | 50 | 0 | 55 | 322 | 105 | 41 |
| Binary | 11010 | 1010100 | 10001101 | 1010010 | 101000 | 0 | 101101 | 11010010 | 1000101 | 100001 |
Color Harmonies of #1A548D
Complementary color
Monochromatic Colors of #1A548D
Black with #1A548D
Text Example
Text Example
White with #1A548D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A548D; }
p { color: rgb(26,84,141); }
H1.HeaderClassName
{
color: #1A548D;
}
.AnyTagClassName
{
color: #1A548D;
}
</style>
background-color css
<style>
a { background-color: #1A548D; }
a { background-color: rgb(26,84,141); }
div.DivClassName
{
background-color: #1A548D;
}
.BgClassName
{
background-color: #1A548D;
}
</style>
border-color css
<style>
span { border-color: #1A548D; }
span { border-color: rgb(26,84,141); }
td.TdClassName
{
border-color: #1A548D;
}
.TagClassName
{
border-color: #1A548D;
}
</style>