Shades of Endeavour #1A598B
Tints of Endeavour #1A598B
RGB
CMYK
RGB Variations
Color information
#1A598B (or 0x1A598B) is known color: Endeavour. HEX triplet: 1A, 59 and 8B. RGB value is (26,89,139). Sum of RGB (Red+Green+Blue) = 26+89+139=254 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.24% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 139 (54.69% from 255 or 54.72% from 254); Max value from RGB is 139 - color contains mainly: blue. Hex color #1A598B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A598B is #E5A674. Grayscale: #4B4B4B. Windows color (decimal): -15050357 or 9132314. OLE color: 9132314.
HSL color Cylindrical-coordinate representation of color #1A598B: hue angle of 206.55º 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 #1A598B is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 89 | 139 | - |
| CMYK | 0.81 | 0.36 | 0 | 0.45 |
| HSL | 206.55º | 0.68% | 0.32% | - |
| HSV(B) | 206.55º | 0.81% | 0.55% | - |
| XYZ | 8.66 | 9.23 | 25.75 | - |
| YUV | 75.86 | 163.63 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 89 | 139 | 0.81 | 0.36 | 0 | 0.45 | 206.55 | 0.68 | 0.32 |
| Hex | 1A | 59 | 8B | 51 | 24 | 0 | 2D | CF | 44 | 20 |
| Octal | 32 | 131 | 213 | 121 | 44 | 0 | 55 | 317 | 104 | 40 |
| Binary | 11010 | 1011001 | 10001011 | 1010001 | 100100 | 0 | 101101 | 11001111 | 1000100 | 100000 |
Color Harmonies of #1A598B
Complementary color
Monochromatic Colors of #1A598B
Black with #1A598B
Text Example
Text Example
White with #1A598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A598B; }
p { color: rgb(26,89,139); }
H1.HeaderClassName
{
color: #1A598B;
}
.AnyTagClassName
{
color: #1A598B;
}
</style>
background-color css
<style>
a { background-color: #1A598B; }
a { background-color: rgb(26,89,139); }
div.DivClassName
{
background-color: #1A598B;
}
.BgClassName
{
background-color: #1A598B;
}
</style>
border-color css
<style>
span { border-color: #1A598B; }
span { border-color: rgb(26,89,139); }
td.TdClassName
{
border-color: #1A598B;
}
.TagClassName
{
border-color: #1A598B;
}
</style>