Shades of Endeavour #1A4A96
Tints of Endeavour #1A4A96
RGB
CMYK
RGB Variations
Color information
#1A4A96 (or 0x1A4A96) is known color: Endeavour. HEX triplet: 1A, 4A and 96. RGB value is (26,74,150). Sum of RGB (Red+Green+Blue) = 26+74+150=250 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.4% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 150 (58.98% from 255 or 60% from 250); Max value from RGB is 150 - color contains mainly: blue. Hex color #1A4A96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A4A96 is #E5B569. Grayscale: #434343. Windows color (decimal): -15054186 or 9849370. OLE color: 9849370.
HSL color Cylindrical-coordinate representation of color #1A4A96: hue angle of 216.77º 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 #1A4A96 is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 26 | 74 | 150 | - |
| CMYK | 0.83 | 0.51 | 0 | 0.41 |
| HSL | 216.77º | 0.7% | 0.35% | - |
| HSV(B) | 216.77º | 0.83% | 0.59% | - |
| XYZ | 8.38 | 7.32 | 29.83 | - |
| YUV | 68.31 | 174.1 | 97.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 74 | 150 | 0.83 | 0.51 | 0 | 0.41 | 216.77 | 0.7 | 0.35 |
| Hex | 1A | 4A | 96 | 53 | 33 | 0 | 29 | D9 | 46 | 23 |
| Octal | 32 | 112 | 226 | 123 | 63 | 0 | 51 | 331 | 106 | 43 |
| Binary | 11010 | 1001010 | 10010110 | 1010011 | 110011 | 0 | 101001 | 11011001 | 1000110 | 100011 |
Color Harmonies of #1A4A96
Complementary color
Monochromatic Colors of #1A4A96
Black with #1A4A96
Text Example
Text Example
White with #1A4A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4A96; }
p { color: rgb(26,74,150); }
H1.HeaderClassName
{
color: #1A4A96;
}
.AnyTagClassName
{
color: #1A4A96;
}
</style>
background-color css
<style>
a { background-color: #1A4A96; }
a { background-color: rgb(26,74,150); }
div.DivClassName
{
background-color: #1A4A96;
}
.BgClassName
{
background-color: #1A4A96;
}
</style>
border-color css
<style>
span { border-color: #1A4A96; }
span { border-color: rgb(26,74,150); }
td.TdClassName
{
border-color: #1A4A96;
}
.TagClassName
{
border-color: #1A4A96;
}
</style>