#1A5E93

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

Shades of Endeavour #1A5E93

Tints of Endeavour #1A5E93

Color information

#1A5E93 (or 0x1A5E93) is unknown color: approx Endeavour. HEX triplet: 1A, 5E and 93. RGB value is (26,94,147). Sum of RGB (Red+Green+Blue) = 26+94+147=267 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.74% from 267); Green value is 94 (37.11% from 255 or 35.21% from 267); Blue value is 147 (57.81% from 255 or 55.06% from 267); Max value from RGB is 147 - color contains mainly: blue. Hex color #1A5E93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5E93 is #E5A16C. Grayscale: #4F4F4F. Windows color (decimal): -15049069 or 9657882. OLE color: 9657882.

HSL color Cylindrical-coordinate representation of color #1A5E93: hue angle of 206.28º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A5E93 is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2694147-
CMYK0.820.3600.42
HSL206.28º69.94%33.92%-
HSV(B)206.28º82.31%57.65%-
XYZ9.710.3329.09-
YUV79.71165.9789.69-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.74%
GREEN value IS 94 (37.11% from 255) = 35.21%
BLUE value IS 147 (57.81% from 255) = 55.06%
R=9.74%
G=35.21%
B=55.06%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal26941470.820.3600.42206.2869.9433.92
Hex1A5E93522402Ace4622
Octal321362231224405231610642
Binary1101010111101001001110100101001000101010110011101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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