#26518B

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

Shades of Endeavour #26518B

Tints of Endeavour #26518B

Color information

#26518B (or 0x26518B) is unknown color: approx Endeavour. HEX triplet: 26, 51 and 8B. RGB value is (38,81,139). Sum of RGB (Red+Green+Blue) = 38+81+139=258 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.73% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 139 (54.69% from 255 or 53.88% from 258); Max value from RGB is 139 - color contains mainly: blue. Hex color #26518B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26518B is #D9AE74. Grayscale: #4A4A4A. Windows color (decimal): -14265973 or 9130278. OLE color: 9130278.

HSL color Cylindrical-coordinate representation of color #26518B: hue angle of 214.46º degrees, saturation: 0.57, 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 #26518B is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3881139-
CMYK0.730.4200.45
HSL214.46º57.06%34.71%-
HSV(B)214.46º72.66%54.51%-
XYZ8.48.1625.56-
YUV74.76164.25101.78-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.73%
GREEN value IS 81 (32.03% from 255) = 31.40%
BLUE value IS 139 (54.69% from 255) = 53.88%
R=14.73%
G=31.40%
B=53.88%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal38811390.730.4200.45214.4657.0634.71
Hex26518B492A02Dd63923
Octal46121213111520553267143
Binary1001101010001100010111001001101010010110111010110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26518B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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