#1A5E90

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

Shades of Endeavour #1A5E90

Tints of Endeavour #1A5E90

Color information

#1A5E90 (or 0x1A5E90) is unknown color: approx Endeavour. HEX triplet: 1A, 5E and 90. RGB value is (26,94,144). Sum of RGB (Red+Green+Blue) = 26+94+144=264 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.85% from 264); Green value is 94 (37.11% from 255 or 35.61% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #1A5E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5E90 is #E5A16F. Grayscale: #4F4F4F. Windows color (decimal): -15049072 or 9461274. OLE color: 9461274.

HSL color Cylindrical-coordinate representation of color #1A5E90: hue angle of 205.42º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A5E90 is Cyan = 0.82, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2694144-
CMYK0.820.3500.44
HSL205.42º69.41%33.33%-
HSV(B)205.42º81.94%56.47%-
XYZ9.4610.2427.86-
YUV79.37164.4789.93-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.85%
GREEN value IS 94 (37.11% from 255) = 35.61%
BLUE value IS 144 (56.64% from 255) = 54.55%
R=9.85%
G=35.61%
B=54.55%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal26941440.820.3500.44205.4269.4133.33
Hex1A5E90522302Ccd4521
Octal321362201224305431510541
Binary1101010111101001000010100101000110101100110011011000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A5E90; }

 p { color: rgb(26,94,144); }

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

<style>
 a { background-color: #1A5E90; }

 a { background-color: rgb(26,94,144); }

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

<style>
 span { border-color: #1A5E90; }

 span { border-color: rgb(26,94,144); }

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