Shades of Endeavour #26599E
Tints of Endeavour #26599E
RGB
CMYK
RGB Variations
Color information
#26599E (or 0x26599E) is known color: Endeavour. HEX triplet: 26, 59 and 9E. RGB value is (38,89,158). Sum of RGB (Red+Green+Blue) = 38+89+158=285 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.33% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 158 (62.11% from 255 or 55.44% from 285); Max value from RGB is 158 - color contains mainly: blue. Hex color #26599E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26599E is #D9A661. Grayscale: #515151. Windows color (decimal): -14263906 or 10377510. OLE color: 10377510.
HSL color Cylindrical-coordinate representation of color #26599E: hue angle of 214.5º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26599E is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 89 | 158 | - |
| CMYK | 0.76 | 0.44 | 0 | 0.38 |
| HSL | 214.5º | 0.61% | 0.38% | - |
| HSV(B) | 214.5º | 0.76% | 0.62% | - |
| XYZ | 10.54 | 10.03 | 33.73 | - |
| YUV | 81.62 | 171.1 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 89 | 158 | 0.76 | 0.44 | 0 | 0.38 | 214.5 | 0.61 | 0.38 |
| Hex | 26 | 59 | 9E | 4C | 2C | 0 | 26 | D6 | 3D | 26 |
| Octal | 46 | 131 | 236 | 114 | 54 | 0 | 46 | 326 | 75 | 46 |
| Binary | 100110 | 1011001 | 10011110 | 1001100 | 101100 | 0 | 100110 | 11010110 | 111101 | 100110 |
Color Harmonies of #26599E
Complementary color
Monochromatic Colors of #26599E
Black with #26599E
Text Example
Text Example
White with #26599E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26599E; }
p { color: rgb(38,89,158); }
H1.HeaderClassName
{
color: #26599E;
}
.AnyTagClassName
{
color: #26599E;
}
</style>
background-color css
<style>
a { background-color: #26599E; }
a { background-color: rgb(38,89,158); }
div.DivClassName
{
background-color: #26599E;
}
.BgClassName
{
background-color: #26599E;
}
</style>
border-color css
<style>
span { border-color: #26599E; }
span { border-color: rgb(38,89,158); }
td.TdClassName
{
border-color: #26599E;
}
.TagClassName
{
border-color: #26599E;
}
</style>