Shades of Endeavour #1A549F
Tints of Endeavour #1A549F
RGB
CMYK
RGB Variations
Color information
#1A549F (or 0x1A549F) is known color: Endeavour. HEX triplet: 1A, 54 and 9F. RGB value is (26,84,159). Sum of RGB (Red+Green+Blue) = 26+84+159=269 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.67% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 159 (62.5% from 255 or 59.11% from 269); Max value from RGB is 159 - color contains mainly: blue. Hex color #1A549F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A549F is #E5AB60. Grayscale: #4A4A4A. Windows color (decimal): -15051617 or 10441754. OLE color: 10441754.
HSL color Cylindrical-coordinate representation of color #1A549F: hue angle of 213.83º 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 #1A549F is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 26 | 84 | 159 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.38 |
| HSL | 213.83º | 0.72% | 0.36% | - |
| HSV(B) | 213.83º | 0.84% | 0.62% | - |
| XYZ | 9.85 | 9.06 | 34.03 | - |
| YUV | 75.21 | 175.28 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 84 | 159 | 0.84 | 0.47 | 0 | 0.38 | 213.83 | 0.72 | 0.36 |
| Hex | 1A | 54 | 9F | 54 | 2F | 0 | 26 | D6 | 48 | 24 |
| Octal | 32 | 124 | 237 | 124 | 57 | 0 | 46 | 326 | 110 | 44 |
| Binary | 11010 | 1010100 | 10011111 | 1010100 | 101111 | 0 | 100110 | 11010110 | 1001000 | 100100 |
Color Harmonies of #1A549F
Complementary color
Monochromatic Colors of #1A549F
Black with #1A549F
Text Example
Text Example
White with #1A549F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A549F; }
p { color: rgb(26,84,159); }
H1.HeaderClassName
{
color: #1A549F;
}
.AnyTagClassName
{
color: #1A549F;
}
</style>
background-color css
<style>
a { background-color: #1A549F; }
a { background-color: rgb(26,84,159); }
div.DivClassName
{
background-color: #1A549F;
}
.BgClassName
{
background-color: #1A549F;
}
</style>
border-color css
<style>
span { border-color: #1A549F; }
span { border-color: rgb(26,84,159); }
td.TdClassName
{
border-color: #1A549F;
}
.TagClassName
{
border-color: #1A549F;
}
</style>