Shades of Endeavour #1A599D
Tints of Endeavour #1A599D
RGB
CMYK
RGB Variations
Color information
#1A599D (or 0x1A599D) is known color: Endeavour. HEX triplet: 1A, 59 and 9D. RGB value is (26,89,157). Sum of RGB (Red+Green+Blue) = 26+89+157=272 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.56% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 157 (61.72% from 255 or 57.72% from 272); Max value from RGB is 157 - color contains mainly: blue. Hex color #1A599D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A599D is #E5A662. Grayscale: #4D4D4D. Windows color (decimal): -15050339 or 10311962. OLE color: 10311962.
HSL color Cylindrical-coordinate representation of color #1A599D: hue angle of 211.15º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A599D is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 26 | 89 | 157 | - |
| CMYK | 0.83 | 0.43 | 0 | 0.38 |
| HSL | 211.15º | 0.72% | 0.36% | - |
| HSV(B) | 211.15º | 0.83% | 0.62% | - |
| XYZ | 10.08 | 9.8 | 33.26 | - |
| YUV | 77.92 | 172.63 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 89 | 157 | 0.83 | 0.43 | 0 | 0.38 | 211.15 | 0.72 | 0.36 |
| Hex | 1A | 59 | 9D | 53 | 2B | 0 | 26 | D3 | 48 | 24 |
| Octal | 32 | 131 | 235 | 123 | 53 | 0 | 46 | 323 | 110 | 44 |
| Binary | 11010 | 1011001 | 10011101 | 1010011 | 101011 | 0 | 100110 | 11010011 | 1001000 | 100100 |
Color Harmonies of #1A599D
Complementary color
Monochromatic Colors of #1A599D
Black with #1A599D
Text Example
Text Example
White with #1A599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A599D; }
p { color: rgb(26,89,157); }
H1.HeaderClassName
{
color: #1A599D;
}
.AnyTagClassName
{
color: #1A599D;
}
</style>
background-color css
<style>
a { background-color: #1A599D; }
a { background-color: rgb(26,89,157); }
div.DivClassName
{
background-color: #1A599D;
}
.BgClassName
{
background-color: #1A599D;
}
</style>
border-color css
<style>
span { border-color: #1A599D; }
span { border-color: rgb(26,89,157); }
td.TdClassName
{
border-color: #1A599D;
}
.TagClassName
{
border-color: #1A599D;
}
</style>