Shades of Endeavour #26599B
Tints of Endeavour #26599B
RGB
CMYK
RGB Variations
Color information
#26599B (or 0x26599B) is known color: Endeavour. HEX triplet: 26, 59 and 9B. RGB value is (38,89,155). Sum of RGB (Red+Green+Blue) = 38+89+155=282 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.48% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 155 (60.94% from 255 or 54.96% from 282); Max value from RGB is 155 - color contains mainly: blue. Hex color #26599B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26599B is #D9A664. Grayscale: #505050. Windows color (decimal): -14263909 or 10180902. OLE color: 10180902.
HSL color Cylindrical-coordinate representation of color #26599B: hue angle of 213.85º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26599B is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 89 | 155 | - |
| CMYK | 0.75 | 0.43 | 0 | 0.39 |
| HSL | 213.85º | 0.61% | 0.38% | - |
| HSV(B) | 213.85º | 0.75% | 0.61% | - |
| XYZ | 10.29 | 9.92 | 32.38 | - |
| YUV | 81.28 | 169.6 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 89 | 155 | 0.75 | 0.43 | 0 | 0.39 | 213.85 | 0.61 | 0.38 |
| Hex | 26 | 59 | 9B | 4B | 2B | 0 | 27 | D6 | 3D | 26 |
| Octal | 46 | 131 | 233 | 113 | 53 | 0 | 47 | 326 | 75 | 46 |
| Binary | 100110 | 1011001 | 10011011 | 1001011 | 101011 | 0 | 100111 | 11010110 | 111101 | 100110 |
Color Harmonies of #26599B
Complementary color
Monochromatic Colors of #26599B
Black with #26599B
Text Example
Text Example
White with #26599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26599B; }
p { color: rgb(38,89,155); }
H1.HeaderClassName
{
color: #26599B;
}
.AnyTagClassName
{
color: #26599B;
}
</style>
background-color css
<style>
a { background-color: #26599B; }
a { background-color: rgb(38,89,155); }
div.DivClassName
{
background-color: #26599B;
}
.BgClassName
{
background-color: #26599B;
}
</style>
border-color css
<style>
span { border-color: #26599B; }
span { border-color: rgb(38,89,155); }
td.TdClassName
{
border-color: #26599B;
}
.TagClassName
{
border-color: #26599B;
}
</style>