Shades of Endeavour #1A559B
Tints of Endeavour #1A559B
RGB
CMYK
RGB Variations
Color information
#1A559B (or 0x1A559B) is known color: Endeavour. HEX triplet: 1A, 55 and 9B. RGB value is (26,85,155). Sum of RGB (Red+Green+Blue) = 26+85+155=266 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.77% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 155 (60.94% from 255 or 58.27% from 266); Max value from RGB is 155 - color contains mainly: blue. Hex color #1A559B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A559B is #E5AA64. Grayscale: #4B4B4B. Windows color (decimal): -15051365 or 10179866. OLE color: 10179866.
HSL color Cylindrical-coordinate representation of color #1A559B: hue angle of 212.56º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A559B is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 26 | 85 | 155 | - |
| CMYK | 0.83 | 0.45 | 0 | 0.39 |
| HSL | 212.56º | 0.71% | 0.35% | - |
| HSV(B) | 212.56º | 0.83% | 0.61% | - |
| XYZ | 9.59 | 9.08 | 32.26 | - |
| YUV | 75.34 | 172.95 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 85 | 155 | 0.83 | 0.45 | 0 | 0.39 | 212.56 | 0.71 | 0.35 |
| Hex | 1A | 55 | 9B | 53 | 2D | 0 | 27 | D5 | 47 | 23 |
| Octal | 32 | 125 | 233 | 123 | 55 | 0 | 47 | 325 | 107 | 43 |
| Binary | 11010 | 1010101 | 10011011 | 1010011 | 101101 | 0 | 100111 | 11010101 | 1000111 | 100011 |
Color Harmonies of #1A559B
Complementary color
Monochromatic Colors of #1A559B
Black with #1A559B
Text Example
Text Example
White with #1A559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A559B; }
p { color: rgb(26,85,155); }
H1.HeaderClassName
{
color: #1A559B;
}
.AnyTagClassName
{
color: #1A559B;
}
</style>
background-color css
<style>
a { background-color: #1A559B; }
a { background-color: rgb(26,85,155); }
div.DivClassName
{
background-color: #1A559B;
}
.BgClassName
{
background-color: #1A559B;
}
</style>
border-color css
<style>
span { border-color: #1A559B; }
span { border-color: rgb(26,85,155); }
td.TdClassName
{
border-color: #1A559B;
}
.TagClassName
{
border-color: #1A559B;
}
</style>