Shades of Endeavour #266099
Tints of Endeavour #266099
RGB
CMYK
RGB Variations
Color information
#266099 (or 0x266099) is known color: Endeavour. HEX triplet: 26, 60 and 99. RGB value is (38,96,153). Sum of RGB (Red+Green+Blue) = 38+96+153=287 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.24% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #266099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266099 is #D99F66. Grayscale: #545454. Windows color (decimal): -14262119 or 10051622. OLE color: 10051622.
HSL color Cylindrical-coordinate representation of color #266099: hue angle of 209.74º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #266099 is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 38 | 96 | 153 | - |
| CMYK | 0.75 | 0.37 | 0 | 0.4 |
| HSL | 209.74º | 0.6% | 0.37% | - |
| HSV(B) | 209.74º | 0.75% | 0.6% | - |
| XYZ | 10.73 | 11.08 | 31.71 | - |
| YUV | 85.16 | 166.28 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 96 | 153 | 0.75 | 0.37 | 0 | 0.4 | 209.74 | 0.6 | 0.37 |
| Hex | 26 | 60 | 99 | 4B | 25 | 0 | 28 | D2 | 3C | 25 |
| Octal | 46 | 140 | 231 | 113 | 45 | 0 | 50 | 322 | 74 | 45 |
| Binary | 100110 | 1100000 | 10011001 | 1001011 | 100101 | 0 | 101000 | 11010010 | 111100 | 100101 |
Color Harmonies of #266099
Complementary color
Monochromatic Colors of #266099
Black with #266099
Text Example
Text Example
White with #266099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266099; }
p { color: rgb(38,96,153); }
H1.HeaderClassName
{
color: #266099;
}
.AnyTagClassName
{
color: #266099;
}
</style>
background-color css
<style>
a { background-color: #266099; }
a { background-color: rgb(38,96,153); }
div.DivClassName
{
background-color: #266099;
}
.BgClassName
{
background-color: #266099;
}
</style>
border-color css
<style>
span { border-color: #266099; }
span { border-color: rgb(38,96,153); }
td.TdClassName
{
border-color: #266099;
}
.TagClassName
{
border-color: #266099;
}
</style>