Shades of Endeavour #26668F
Tints of Endeavour #26668F
RGB
CMYK
RGB Variations
Color information
#26668F (or 0x26668F) is known color: Endeavour. HEX triplet: 26, 66 and 8F. RGB value is (38,102,143). Sum of RGB (Red+Green+Blue) = 38+102+143=283 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.43% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 143 (56.25% from 255 or 50.53% from 283); Max value from RGB is 143 - color contains mainly: blue. Hex color #26668F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26668F is #D99970. Grayscale: #575757. Windows color (decimal): -14260593 or 9397798. OLE color: 9397798.
HSL color Cylindrical-coordinate representation of color #26668F: hue angle of 203.43º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26668F is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 102 | 143 | - |
| CMYK | 0.73 | 0.29 | 0 | 0.44 |
| HSL | 203.43º | 0.58% | 0.35% | - |
| HSV(B) | 203.43º | 0.73% | 0.56% | - |
| XYZ | 10.51 | 11.9 | 27.73 | - |
| YUV | 87.54 | 159.3 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 102 | 143 | 0.73 | 0.29 | 0 | 0.44 | 203.43 | 0.58 | 0.35 |
| Hex | 26 | 66 | 8F | 49 | 1D | 0 | 2C | CB | 3A | 23 |
| Octal | 46 | 146 | 217 | 111 | 35 | 0 | 54 | 313 | 72 | 43 |
| Binary | 100110 | 1100110 | 10001111 | 1001001 | 11101 | 0 | 101100 | 11001011 | 111010 | 100011 |
Color Harmonies of #26668F
Complementary color
Monochromatic Colors of #26668F
Black with #26668F
Text Example
Text Example
White with #26668F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26668F; }
p { color: rgb(38,102,143); }
H1.HeaderClassName
{
color: #26668F;
}
.AnyTagClassName
{
color: #26668F;
}
</style>
background-color css
<style>
a { background-color: #26668F; }
a { background-color: rgb(38,102,143); }
div.DivClassName
{
background-color: #26668F;
}
.BgClassName
{
background-color: #26668F;
}
</style>
border-color css
<style>
span { border-color: #26668F; }
span { border-color: rgb(38,102,143); }
td.TdClassName
{
border-color: #26668F;
}
.TagClassName
{
border-color: #26668F;
}
</style>