Shades of Endeavour #26518B
Tints of Endeavour #26518B
RGB
CMYK
RGB Variations
Color information
#26518B (or 0x26518B) is known color: Endeavour. HEX triplet: 26, 51 and 8B. RGB value is (38,81,139). Sum of RGB (Red+Green+Blue) = 38+81+139=258 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.73% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 139 (54.69% from 255 or 53.88% from 258); Max value from RGB is 139 - color contains mainly: blue. Hex color #26518B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26518B is #D9AE74. Grayscale: #4A4A4A. Windows color (decimal): -14265973 or 9130278. OLE color: 9130278.
HSL color Cylindrical-coordinate representation of color #26518B: hue angle of 214.46º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26518B is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 81 | 139 | - |
| CMYK | 0.73 | 0.42 | 0 | 0.45 |
| HSL | 214.46º | 0.57% | 0.35% | - |
| HSV(B) | 214.46º | 0.73% | 0.55% | - |
| XYZ | 8.4 | 8.16 | 25.56 | - |
| YUV | 74.76 | 164.25 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 81 | 139 | 0.73 | 0.42 | 0 | 0.45 | 214.46 | 0.57 | 0.35 |
| Hex | 26 | 51 | 8B | 49 | 2A | 0 | 2D | D6 | 39 | 23 |
| Octal | 46 | 121 | 213 | 111 | 52 | 0 | 55 | 326 | 71 | 43 |
| Binary | 100110 | 1010001 | 10001011 | 1001001 | 101010 | 0 | 101101 | 11010110 | 111001 | 100011 |
Color Harmonies of #26518B
Complementary color
Monochromatic Colors of #26518B
Black with #26518B
Text Example
Text Example
White with #26518B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26518B; }
p { color: rgb(38,81,139); }
H1.HeaderClassName
{
color: #26518B;
}
.AnyTagClassName
{
color: #26518B;
}
</style>
background-color css
<style>
a { background-color: #26518B; }
a { background-color: rgb(38,81,139); }
div.DivClassName
{
background-color: #26518B;
}
.BgClassName
{
background-color: #26518B;
}
</style>
border-color css
<style>
span { border-color: #26518B; }
span { border-color: rgb(38,81,139); }
td.TdClassName
{
border-color: #26518B;
}
.TagClassName
{
border-color: #26518B;
}
</style>