Shades of Endeavour #1A558B
Tints of Endeavour #1A558B
RGB
CMYK
RGB Variations
Color information
#1A558B (or 0x1A558B) is known color: Endeavour. HEX triplet: 1A, 55 and 8B. RGB value is (26,85,139). Sum of RGB (Red+Green+Blue) = 26+85+139=250 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.4% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 139 (54.69% from 255 or 55.6% from 250); Max value from RGB is 139 - color contains mainly: blue. Hex color #1A558B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A558B is #E5AA74. Grayscale: #494949. Windows color (decimal): -15051381 or 9131290. OLE color: 9131290.
HSL color Cylindrical-coordinate representation of color #1A558B: hue angle of 208.67º 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 #1A558B is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 85 | 139 | - |
| CMYK | 0.81 | 0.39 | 0 | 0.45 |
| HSL | 208.67º | 0.68% | 0.32% | - |
| HSV(B) | 208.67º | 0.81% | 0.55% | - |
| XYZ | 8.33 | 8.58 | 25.64 | - |
| YUV | 73.52 | 164.95 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 85 | 139 | 0.81 | 0.39 | 0 | 0.45 | 208.67 | 0.68 | 0.32 |
| Hex | 1A | 55 | 8B | 51 | 27 | 0 | 2D | D1 | 44 | 20 |
| Octal | 32 | 125 | 213 | 121 | 47 | 0 | 55 | 321 | 104 | 40 |
| Binary | 11010 | 1010101 | 10001011 | 1010001 | 100111 | 0 | 101101 | 11010001 | 1000100 | 100000 |
Color Harmonies of #1A558B
Complementary color
Monochromatic Colors of #1A558B
Black with #1A558B
Text Example
Text Example
White with #1A558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A558B; }
p { color: rgb(26,85,139); }
H1.HeaderClassName
{
color: #1A558B;
}
.AnyTagClassName
{
color: #1A558B;
}
</style>
background-color css
<style>
a { background-color: #1A558B; }
a { background-color: rgb(26,85,139); }
div.DivClassName
{
background-color: #1A558B;
}
.BgClassName
{
background-color: #1A558B;
}
</style>
border-color css
<style>
span { border-color: #1A558B; }
span { border-color: rgb(26,85,139); }
td.TdClassName
{
border-color: #1A558B;
}
.TagClassName
{
border-color: #1A558B;
}
</style>