Shades of Endeavour #26519C
Tints of Endeavour #26519C
RGB
CMYK
RGB Variations
Color information
#26519C (or 0x26519C) is known color: Endeavour. HEX triplet: 26, 51 and 9C. RGB value is (38,81,156). Sum of RGB (Red+Green+Blue) = 38+81+156=275 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.82% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 156 (61.33% from 255 or 56.73% from 275); Max value from RGB is 156 - color contains mainly: blue. Hex color #26519C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26519C is #D9AE63. Grayscale: #4C4C4C. Windows color (decimal): -14265956 or 10244390. OLE color: 10244390.
HSL color Cylindrical-coordinate representation of color #26519C: hue angle of 218.14º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26519C is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 81 | 156 | - |
| CMYK | 0.76 | 0.48 | 0 | 0.39 |
| HSL | 218.14º | 0.61% | 0.38% | - |
| HSV(B) | 218.14º | 0.76% | 0.61% | - |
| XYZ | 9.74 | 8.7 | 32.62 | - |
| YUV | 76.69 | 172.75 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 81 | 156 | 0.76 | 0.48 | 0 | 0.39 | 218.14 | 0.61 | 0.38 |
| Hex | 26 | 51 | 9C | 4C | 30 | 0 | 27 | DA | 3D | 26 |
| Octal | 46 | 121 | 234 | 114 | 60 | 0 | 47 | 332 | 75 | 46 |
| Binary | 100110 | 1010001 | 10011100 | 1001100 | 110000 | 0 | 100111 | 11011010 | 111101 | 100110 |
Color Harmonies of #26519C
Complementary color
Monochromatic Colors of #26519C
Black with #26519C
Text Example
Text Example
White with #26519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26519C; }
p { color: rgb(38,81,156); }
H1.HeaderClassName
{
color: #26519C;
}
.AnyTagClassName
{
color: #26519C;
}
</style>
background-color css
<style>
a { background-color: #26519C; }
a { background-color: rgb(38,81,156); }
div.DivClassName
{
background-color: #26519C;
}
.BgClassName
{
background-color: #26519C;
}
</style>
border-color css
<style>
span { border-color: #26519C; }
span { border-color: rgb(38,81,156); }
td.TdClassName
{
border-color: #26519C;
}
.TagClassName
{
border-color: #26519C;
}
</style>