#26518E

Color #26518E Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #26518E

Tints of Endeavour #26518E

Color information

#26518E (or 0x26518E) is unknown color: approx Endeavour. HEX triplet: 26, 51 and 8E. RGB value is (38,81,142). Sum of RGB (Red+Green+Blue) = 38+81+142=261 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.56% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 142 (55.86% from 255 or 54.41% from 261); Max value from RGB is 142 - color contains mainly: blue. Hex color #26518E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26518E is #D9AE71. Grayscale: #4A4A4A. Windows color (decimal): -14265970 or 9326886. OLE color: 9326886.

HSL color Cylindrical-coordinate representation of color #26518E: hue angle of 215.19º 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 #26518E is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3881142-
CMYK0.730.4300.44
HSL215.19º57.78%35.29%-
HSV(B)215.19º73.24%55.69%-
XYZ8.628.2526.73-
YUV75.1165.75101.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 14.56%
GREEN value IS 81 (32.03% from 255) = 31.03%
BLUE value IS 142 (55.86% from 255) = 54.41%
R=14.56%
G=31.03%
B=54.41%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal38811420.730.4300.44215.1957.7835.29
Hex26518E492B02Cd73a23
Octal46121216111530543277243
Binary1001101010001100011101001001101011010110011010111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26518E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26518E; }

 p { color: rgb(38,81,142); }

 H1.HeaderClassName
 {
   color: #26518E;
 }
 .AnyTagClassName
 {
   color: #26518E;
 }
</style>
background-color css

<style>
 a { background-color: #26518E; }

 a { background-color: rgb(38,81,142); }

 div.DivClassName
 {
   background-color: #26518E;
 }
 .BgClassName
 {
   background-color: #26518E;
 }
</style>
border-color css

<style>
 span { border-color: #26518E; }

 span { border-color: rgb(38,81,142); }

 td.TdClassName
 {
   border-color: #26518E;
 }
 .TagClassName
 {
   border-color: #26518E;
 }
</style>