#26518D

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

Shades of Endeavour #26518D

Tints of Endeavour #26518D

Color information

#26518D (or 0x26518D) is unknown color: approx Endeavour. HEX triplet: 26, 51 and 8D. RGB value is (38,81,141). Sum of RGB (Red+Green+Blue) = 38+81+141=260 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.62% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 141 (55.47% from 255 or 54.23% from 260); Max value from RGB is 141 - color contains mainly: blue. Hex color #26518D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26518D is #D9AE72. Grayscale: #4A4A4A. Windows color (decimal): -14265971 or 9261350. OLE color: 9261350.

HSL color Cylindrical-coordinate representation of color #26518D: hue angle of 214.95º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26518D is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3881141-
CMYK0.730.4300.45
HSL214.95º57.54%35.1%-
HSV(B)214.95º73.05%55.29%-
XYZ8.558.2226.34-
YUV74.98165.25101.62-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.62%
GREEN value IS 81 (32.03% from 255) = 31.15%
BLUE value IS 141 (55.47% from 255) = 54.23%
R=14.62%
G=31.15%
B=54.23%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal38811410.730.4300.45214.9557.5435.1
Hex26518D492B02Dd73a23
Octal46121215111530553277243
Binary1001101010001100011011001001101011010110111010111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26518D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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