#26509D

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

Shades of Endeavour #26509D

Tints of Endeavour #26509D

Color information

#26509D (or 0x26509D) is unknown color: approx Endeavour. HEX triplet: 26, 50 and 9D. RGB value is (38,80,157). Sum of RGB (Red+Green+Blue) = 38+80+157=275 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.82% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 157 (61.72% from 255 or 57.09% from 275); Max value from RGB is 157 - color contains mainly: blue. Hex color #26509D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26509D is #D9AF62. Grayscale: #4B4B4B. Windows color (decimal): -14266211 or 10309670. OLE color: 10309670.

HSL color Cylindrical-coordinate representation of color #26509D: hue angle of 218.82º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26509D is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3880157-
CMYK0.760.4900.38
HSL218.82º61.03%38.24%-
HSV(B)218.82º75.8%61.57%-
XYZ9.758.5833.04-
YUV76.22173.59100.74-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.82%
GREEN value IS 80 (31.64% from 255) = 29.09%
BLUE value IS 157 (61.72% from 255) = 57.09%
R=13.82%
G=29.09%
B=57.09%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal38801570.760.4900.38218.8261.0338.24
Hex26509D4C31026db3d26
Octal46120235114610463337546
Binary1001101010000100111011001100110001010011011011011111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26509D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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