Shades of Endeavour #1A548B
Tints of Endeavour #1A548B
RGB
CMYK
RGB Variations
Color information
#1A548B (or 0x1A548B) is known color: Endeavour. HEX triplet: 1A, 54 and 8B. RGB value is (26,84,139). Sum of RGB (Red+Green+Blue) = 26+84+139=249 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.44% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #1A548B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A548B is #E5AB74. Grayscale: #484848. Windows color (decimal): -15051637 or 9131034. OLE color: 9131034.
HSL color Cylindrical-coordinate representation of color #1A548B: hue angle of 209.2º 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 #1A548B is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 84 | 139 | - |
| CMYK | 0.81 | 0.40 | 0 | 0.45 |
| HSL | 209.2º | 0.68% | 0.32% | - |
| HSV(B) | 209.2º | 0.81% | 0.55% | - |
| XYZ | 8.26 | 8.42 | 25.62 | - |
| YUV | 72.93 | 165.28 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 84 | 139 | 0.81 | 0.40 | 0 | 0.45 | 209.2 | 0.68 | 0.32 |
| Hex | 1A | 54 | 8B | 51 | 28 | 0 | 2D | D1 | 44 | 20 |
| Octal | 32 | 124 | 213 | 121 | 50 | 0 | 55 | 321 | 104 | 40 |
| Binary | 11010 | 1010100 | 10001011 | 1010001 | 101000 | 0 | 101101 | 11010001 | 1000100 | 100000 |
Color Harmonies of #1A548B
Complementary color
Monochromatic Colors of #1A548B
Black with #1A548B
Text Example
Text Example
White with #1A548B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A548B; }
p { color: rgb(26,84,139); }
H1.HeaderClassName
{
color: #1A548B;
}
.AnyTagClassName
{
color: #1A548B;
}
</style>
background-color css
<style>
a { background-color: #1A548B; }
a { background-color: rgb(26,84,139); }
div.DivClassName
{
background-color: #1A548B;
}
.BgClassName
{
background-color: #1A548B;
}
</style>
border-color css
<style>
span { border-color: #1A548B; }
span { border-color: rgb(26,84,139); }
td.TdClassName
{
border-color: #1A548B;
}
.TagClassName
{
border-color: #1A548B;
}
</style>