Shades of Endeavour #1A498B
Tints of Endeavour #1A498B
RGB
CMYK
RGB Variations
Color information
#1A498B (or 0x1A498B) is known color: Endeavour. HEX triplet: 1A, 49 and 8B. RGB value is (26,73,139). Sum of RGB (Red+Green+Blue) = 26+73+139=238 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.92% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 139 (54.69% from 255 or 58.40% from 238); Max value from RGB is 139 - color contains mainly: blue. Hex color #1A498B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A498B is #E5B674. Grayscale: #424242. Windows color (decimal): -15054453 or 9128218. OLE color: 9128218.
HSL color Cylindrical-coordinate representation of color #1A498B: hue angle of 215.04º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A498B is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 73 | 139 | - |
| CMYK | 0.81 | 0.47 | 0 | 0.45 |
| HSL | 215.04º | 0.68% | 0.32% | - |
| HSV(B) | 215.04º | 0.81% | 0.55% | - |
| XYZ | 7.47 | 6.85 | 25.35 | - |
| YUV | 66.47 | 168.93 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 73 | 139 | 0.81 | 0.47 | 0 | 0.45 | 215.04 | 0.68 | 0.32 |
| Hex | 1A | 49 | 8B | 51 | 2F | 0 | 2D | D7 | 44 | 20 |
| Octal | 32 | 111 | 213 | 121 | 57 | 0 | 55 | 327 | 104 | 40 |
| Binary | 11010 | 1001001 | 10001011 | 1010001 | 101111 | 0 | 101101 | 11010111 | 1000100 | 100000 |
Color Harmonies of #1A498B
Complementary color
Monochromatic Colors of #1A498B
Black with #1A498B
Text Example
Text Example
White with #1A498B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A498B; }
p { color: rgb(26,73,139); }
H1.HeaderClassName
{
color: #1A498B;
}
.AnyTagClassName
{
color: #1A498B;
}
</style>
background-color css
<style>
a { background-color: #1A498B; }
a { background-color: rgb(26,73,139); }
div.DivClassName
{
background-color: #1A498B;
}
.BgClassName
{
background-color: #1A498B;
}
</style>
border-color css
<style>
span { border-color: #1A498B; }
span { border-color: rgb(26,73,139); }
td.TdClassName
{
border-color: #1A498B;
}
.TagClassName
{
border-color: #1A498B;
}
</style>