#1A5E9A

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

Shades of Endeavour #1A5E9A

Tints of Endeavour #1A5E9A

Color information

#1A5E9A (or 0x1A5E9A) is unknown color: approx Endeavour. HEX triplet: 1A, 5E and 9A. RGB value is (26,94,154). Sum of RGB (Red+Green+Blue) = 26+94+154=274 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.49% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 154 (60.55% from 255 or 56.20% from 274); Max value from RGB is 154 - color contains mainly: blue. Hex color #1A5E9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5E9A is #E5A165. Grayscale: #505050. Windows color (decimal): -15049062 or 10116634. OLE color: 10116634.

HSL color Cylindrical-coordinate representation of color #1A5E9A: hue angle of 208.12º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A5E9A is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2694154-
CMYK0.830.3900.40
HSL208.12º71.11%35.29%-
HSV(B)208.12º83.12%60.39%-
XYZ10.2610.5632.07-
YUV80.51169.4789.12-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.49%
GREEN value IS 94 (37.11% from 255) = 34.31%
BLUE value IS 154 (60.55% from 255) = 56.20%
R=9.49%
G=34.31%
B=56.20%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal26941540.830.3900.40208.1271.1135.29
Hex1A5E9A5327028d04723
Octal321362321234705032010743
Binary1101010111101001101010100111001110101000110100001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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