Shades of Endeavour #1A6199
Tints of Endeavour #1A6199
RGB
CMYK
RGB Variations
Color information
#1A6199 (or 0x1A6199) is known color: Endeavour. HEX triplet: 1A, 61 and 99. RGB value is (26,97,153). Sum of RGB (Red+Green+Blue) = 26+97+153=276 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.42% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 153 (60.16% from 255 or 55.43% from 276); Max value from RGB is 153 - color contains mainly: blue. Hex color #1A6199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6199 is #E59E66. Grayscale: #515151. Windows color (decimal): -15048295 or 10051866. OLE color: 10051866.
HSL color Cylindrical-coordinate representation of color #1A6199: hue angle of 206.46º 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 #1A6199 is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 26 | 97 | 153 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.4 |
| HSL | 206.46º | 0.71% | 0.35% | - |
| HSV(B) | 206.46º | 0.83% | 0.6% | - |
| XYZ | 10.45 | 11.07 | 31.72 | - |
| YUV | 82.16 | 167.98 | 87.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 97 | 153 | 0.83 | 0.37 | 0 | 0.4 | 206.46 | 0.71 | 0.35 |
| Hex | 1A | 61 | 99 | 53 | 25 | 0 | 28 | CE | 47 | 23 |
| Octal | 32 | 141 | 231 | 123 | 45 | 0 | 50 | 316 | 107 | 43 |
| Binary | 11010 | 1100001 | 10011001 | 1010011 | 100101 | 0 | 101000 | 11001110 | 1000111 | 100011 |
Color Harmonies of #1A6199
Complementary color
Monochromatic Colors of #1A6199
Black with #1A6199
Text Example
Text Example
White with #1A6199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6199; }
p { color: rgb(26,97,153); }
H1.HeaderClassName
{
color: #1A6199;
}
.AnyTagClassName
{
color: #1A6199;
}
</style>
background-color css
<style>
a { background-color: #1A6199; }
a { background-color: rgb(26,97,153); }
div.DivClassName
{
background-color: #1A6199;
}
.BgClassName
{
background-color: #1A6199;
}
</style>
border-color css
<style>
span { border-color: #1A6199; }
span { border-color: rgb(26,97,153); }
td.TdClassName
{
border-color: #1A6199;
}
.TagClassName
{
border-color: #1A6199;
}
</style>