Shades of Endeavour #26599A
Tints of Endeavour #26599A
RGB
CMYK
RGB Variations
Color information
#26599A (or 0x26599A) is known color: Endeavour. HEX triplet: 26, 59 and 9A. RGB value is (38,89,154). Sum of RGB (Red+Green+Blue) = 38+89+154=281 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.52% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 154 (60.55% from 255 or 54.80% from 281); Max value from RGB is 154 - color contains mainly: blue. Hex color #26599A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26599A is #D9A665. Grayscale: #505050. Windows color (decimal): -14263910 or 10115366. OLE color: 10115366.
HSL color Cylindrical-coordinate representation of color #26599A: hue angle of 213.62º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26599A is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 38 | 89 | 154 | - |
| CMYK | 0.75 | 0.42 | 0 | 0.40 |
| HSL | 213.62º | 0.6% | 0.38% | - |
| HSV(B) | 213.62º | 0.75% | 0.6% | - |
| XYZ | 10.2 | 9.89 | 31.94 | - |
| YUV | 81.16 | 169.1 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 89 | 154 | 0.75 | 0.42 | 0 | 0.40 | 213.62 | 0.6 | 0.38 |
| Hex | 26 | 59 | 9A | 4B | 2A | 0 | 28 | D6 | 3C | 26 |
| Octal | 46 | 131 | 232 | 113 | 52 | 0 | 50 | 326 | 74 | 46 |
| Binary | 100110 | 1011001 | 10011010 | 1001011 | 101010 | 0 | 101000 | 11010110 | 111100 | 100110 |
Color Harmonies of #26599A
Complementary color
Monochromatic Colors of #26599A
Black with #26599A
Text Example
Text Example
White with #26599A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26599A; }
p { color: rgb(38,89,154); }
H1.HeaderClassName
{
color: #26599A;
}
.AnyTagClassName
{
color: #26599A;
}
</style>
background-color css
<style>
a { background-color: #26599A; }
a { background-color: rgb(38,89,154); }
div.DivClassName
{
background-color: #26599A;
}
.BgClassName
{
background-color: #26599A;
}
</style>
border-color css
<style>
span { border-color: #26599A; }
span { border-color: rgb(38,89,154); }
td.TdClassName
{
border-color: #26599A;
}
.TagClassName
{
border-color: #26599A;
}
</style>