#1A5D90

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

Shades of Endeavour #1A5D90

Tints of Endeavour #1A5D90

Color information

#1A5D90 (or 0x1A5D90) is unknown color: approx Endeavour. HEX triplet: 1A, 5D and 90. RGB value is (26,93,144). Sum of RGB (Red+Green+Blue) = 26+93+144=263 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.89% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 144 (56.64% from 255 or 54.75% from 263); Max value from RGB is 144 - color contains mainly: blue. Hex color #1A5D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5D90 is #E5A26F. Grayscale: #4E4E4E. Windows color (decimal): -15049328 or 9461018. OLE color: 9461018.

HSL color Cylindrical-coordinate representation of color #1A5D90: hue angle of 205.93º 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 #1A5D90 is Cyan = 0.82, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2693144-
CMYK0.820.3500.44
HSL205.93º69.41%33.33%-
HSV(B)205.93º81.94%56.47%-
XYZ9.3710.0627.83-
YUV78.78164.890.35-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.89%
GREEN value IS 93 (36.72% from 255) = 35.36%
BLUE value IS 144 (56.64% from 255) = 54.75%
R=9.89%
G=35.36%
B=54.75%

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
Decimal26931440.820.3500.44205.9369.4133.33
Hex1A5D90522302Cce4521
Octal321352201224305431610541
Binary1101010111011001000010100101000110101100110011101000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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