#26509A

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

Shades of Endeavour #26509A

Tints of Endeavour #26509A

Color information

#26509A (or 0x26509A) is unknown color: approx Endeavour. HEX triplet: 26, 50 and 9A. RGB value is (38,80,154). Sum of RGB (Red+Green+Blue) = 38+80+154=272 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.97% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 154 (60.55% from 255 or 56.62% from 272); Max value from RGB is 154 - color contains mainly: blue. Hex color #26509A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26509A is #D9AF65. Grayscale: #4B4B4B. Windows color (decimal): -14266214 or 10113062. OLE color: 10113062.

HSL color Cylindrical-coordinate representation of color #26509A: hue angle of 218.28º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26509A is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3880154-
CMYK0.750.4800.40
HSL218.28º60.42%37.65%-
HSV(B)218.28º75.32%60.39%-
XYZ9.58.4831.71-
YUV75.88172.09100.98-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.97%
GREEN value IS 80 (31.64% from 255) = 29.41%
BLUE value IS 154 (60.55% from 255) = 56.62%
R=13.97%
G=29.41%
B=56.62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal38801540.750.4800.40218.2860.4237.65
Hex26509A4B30028da3c26
Octal46120232113600503327446
Binary1001101010000100110101001011110000010100011011010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26509A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26509A; }

 p { color: rgb(38,80,154); }

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

<style>
 a { background-color: #26509A; }

 a { background-color: rgb(38,80,154); }

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

<style>
 span { border-color: #26509A; }

 span { border-color: rgb(38,80,154); }

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