Shades of Endeavour #26519E
Tints of Endeavour #26519E
RGB
CMYK
RGB Variations
Color information
#26519E (or 0x26519E) is known color: Endeavour. HEX triplet: 26, 51 and 9E. RGB value is (38,81,158). Sum of RGB (Red+Green+Blue) = 38+81+158=277 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.72% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 158 (62.11% from 255 or 57.04% from 277); Max value from RGB is 158 - color contains mainly: blue. Hex color #26519E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26519E is #D9AE61. Grayscale: #4C4C4C. Windows color (decimal): -14265954 or 10375462. OLE color: 10375462.
HSL color Cylindrical-coordinate representation of color #26519E: hue angle of 218.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 #26519E is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 81 | 158 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.38 |
| HSL | 218.5º | 0.61% | 0.38% | - |
| HSV(B) | 218.5º | 0.76% | 0.62% | - |
| XYZ | 9.91 | 8.77 | 33.52 | - |
| YUV | 76.92 | 173.75 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 81 | 158 | 0.76 | 0.49 | 0 | 0.38 | 218.5 | 0.61 | 0.38 |
| Hex | 26 | 51 | 9E | 4C | 31 | 0 | 26 | DA | 3D | 26 |
| Octal | 46 | 121 | 236 | 114 | 61 | 0 | 46 | 332 | 75 | 46 |
| Binary | 100110 | 1010001 | 10011110 | 1001100 | 110001 | 0 | 100110 | 11011010 | 111101 | 100110 |
Color Harmonies of #26519E
Complementary color
Monochromatic Colors of #26519E
Black with #26519E
Text Example
Text Example
White with #26519E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26519E; }
p { color: rgb(38,81,158); }
H1.HeaderClassName
{
color: #26519E;
}
.AnyTagClassName
{
color: #26519E;
}
</style>
background-color css
<style>
a { background-color: #26519E; }
a { background-color: rgb(38,81,158); }
div.DivClassName
{
background-color: #26519E;
}
.BgClassName
{
background-color: #26519E;
}
</style>
border-color css
<style>
span { border-color: #26519E; }
span { border-color: rgb(38,81,158); }
td.TdClassName
{
border-color: #26519E;
}
.TagClassName
{
border-color: #26519E;
}
</style>