Shades of Endeavour #1A6099
Tints of Endeavour #1A6099
RGB
CMYK
RGB Variations
Color information
#1A6099 (or 0x1A6099) is known color: Endeavour. HEX triplet: 1A, 60 and 99. RGB value is (26,96,153). Sum of RGB (Red+Green+Blue) = 26+96+153=275 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.45% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 153 (60.16% from 255 or 55.64% from 275); Max value from RGB is 153 - color contains mainly: blue. Hex color #1A6099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6099 is #E59F66. Grayscale: #515151. Windows color (decimal): -15048551 or 10051610. OLE color: 10051610.
HSL color Cylindrical-coordinate representation of color #1A6099: hue angle of 206.93º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A6099 is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 26 | 96 | 153 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.4 |
| HSL | 206.93º | 0.71% | 0.35% | - |
| HSV(B) | 206.93º | 0.83% | 0.6% | - |
| XYZ | 10.36 | 10.89 | 31.69 | - |
| YUV | 81.57 | 168.31 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 96 | 153 | 0.83 | 0.37 | 0 | 0.4 | 206.93 | 0.71 | 0.35 |
| Hex | 1A | 60 | 99 | 53 | 25 | 0 | 28 | CF | 47 | 23 |
| Octal | 32 | 140 | 231 | 123 | 45 | 0 | 50 | 317 | 107 | 43 |
| Binary | 11010 | 1100000 | 10011001 | 1010011 | 100101 | 0 | 101000 | 11001111 | 1000111 | 100011 |
Color Harmonies of #1A6099
Complementary color
Monochromatic Colors of #1A6099
Black with #1A6099
Text Example
Text Example
White with #1A6099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6099; }
p { color: rgb(26,96,153); }
H1.HeaderClassName
{
color: #1A6099;
}
.AnyTagClassName
{
color: #1A6099;
}
</style>
background-color css
<style>
a { background-color: #1A6099; }
a { background-color: rgb(26,96,153); }
div.DivClassName
{
background-color: #1A6099;
}
.BgClassName
{
background-color: #1A6099;
}
</style>
border-color css
<style>
span { border-color: #1A6099; }
span { border-color: rgb(26,96,153); }
td.TdClassName
{
border-color: #1A6099;
}
.TagClassName
{
border-color: #1A6099;
}
</style>