Shades of Endeavour #1A5E9A
Tints of Endeavour #1A5E9A
RGB
CMYK
RGB Variations
Color information
#1A5E9A (or 0x1A5E9A) is known color: Endeavour. HEX triplet: 1A, 5E and 9A. RGB value is (26,94,154). Sum of RGB (Red+Green+Blue) = 26+94+154=274 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.49% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 154 (60.55% from 255 or 56.20% from 274); Max value from RGB is 154 - color contains mainly: blue. Hex color #1A5E9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5E9A is #E5A165. Grayscale: #505050. Windows color (decimal): -15049062 or 10116634. OLE color: 10116634.
HSL color Cylindrical-coordinate representation of color #1A5E9A: hue angle of 208.12º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A5E9A is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 26 | 94 | 154 | - |
| CMYK | 0.83 | 0.39 | 0 | 0.40 |
| HSL | 208.13º | 0.71% | 0.35% | - |
| HSV(B) | 208.13º | 0.83% | 0.6% | - |
| XYZ | 10.26 | 10.56 | 32.07 | - |
| YUV | 80.51 | 169.47 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 94 | 154 | 0.83 | 0.39 | 0 | 0.40 | 208.13 | 0.71 | 0.35 |
| Hex | 1A | 5E | 9A | 53 | 27 | 0 | 28 | D0 | 47 | 23 |
| Octal | 32 | 136 | 232 | 123 | 47 | 0 | 50 | 320 | 107 | 43 |
| Binary | 11010 | 1011110 | 10011010 | 1010011 | 100111 | 0 | 101000 | 11010000 | 1000111 | 100011 |
Color Harmonies of #1A5E9A
Complementary color
Monochromatic Colors of #1A5E9A
Black with #1A5E9A
Text Example
Text Example
White with #1A5E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5E9A; }
p { color: rgb(26,94,154); }
H1.HeaderClassName
{
color: #1A5E9A;
}
.AnyTagClassName
{
color: #1A5E9A;
}
</style>
background-color css
<style>
a { background-color: #1A5E9A; }
a { background-color: rgb(26,94,154); }
div.DivClassName
{
background-color: #1A5E9A;
}
.BgClassName
{
background-color: #1A5E9A;
}
</style>
border-color css
<style>
span { border-color: #1A5E9A; }
span { border-color: rgb(26,94,154); }
td.TdClassName
{
border-color: #1A5E9A;
}
.TagClassName
{
border-color: #1A5E9A;
}
</style>