Shades of Endeavour #1A5296
Tints of Endeavour #1A5296
RGB
CMYK
RGB Variations
Color information
#1A5296 (or 0x1A5296) is known color: Endeavour. HEX triplet: 1A, 52 and 96. RGB value is (26,82,150). Sum of RGB (Red+Green+Blue) = 26+82+150=258 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.08% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 150 (58.98% from 255 or 58.14% from 258); Max value from RGB is 150 - color contains mainly: blue. Hex color #1A5296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5296 is #E5AD69. Grayscale: #484848. Windows color (decimal): -15052138 or 9851418. OLE color: 9851418.
HSL color Cylindrical-coordinate representation of color #1A5296: hue angle of 212.9º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A5296 is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 26 | 82 | 150 | - |
| CMYK | 0.83 | 0.45 | 0 | 0.41 |
| HSL | 212.9º | 0.7% | 0.35% | - |
| HSV(B) | 212.9º | 0.83% | 0.59% | - |
| XYZ | 8.95 | 8.46 | 30.01 | - |
| YUV | 73.01 | 171.45 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 82 | 150 | 0.83 | 0.45 | 0 | 0.41 | 212.9 | 0.7 | 0.35 |
| Hex | 1A | 52 | 96 | 53 | 2D | 0 | 29 | D5 | 46 | 23 |
| Octal | 32 | 122 | 226 | 123 | 55 | 0 | 51 | 325 | 106 | 43 |
| Binary | 11010 | 1010010 | 10010110 | 1010011 | 101101 | 0 | 101001 | 11010101 | 1000110 | 100011 |
Color Harmonies of #1A5296
Complementary color
Monochromatic Colors of #1A5296
Black with #1A5296
Text Example
Text Example
White with #1A5296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5296; }
p { color: rgb(26,82,150); }
H1.HeaderClassName
{
color: #1A5296;
}
.AnyTagClassName
{
color: #1A5296;
}
</style>
background-color css
<style>
a { background-color: #1A5296; }
a { background-color: rgb(26,82,150); }
div.DivClassName
{
background-color: #1A5296;
}
.BgClassName
{
background-color: #1A5296;
}
</style>
border-color css
<style>
span { border-color: #1A5296; }
span { border-color: rgb(26,82,150); }
td.TdClassName
{
border-color: #1A5296;
}
.TagClassName
{
border-color: #1A5296;
}
</style>