#1A5289

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

Shades of Endeavour #1A5289

Tints of Endeavour #1A5289

Color information

#1A5289 (or 0x1A5289) is unknown color: approx Endeavour. HEX triplet: 1A, 52 and 89. RGB value is (26,82,137). Sum of RGB (Red+Green+Blue) = 26+82+137=245 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.61% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 137 (53.91% from 255 or 55.92% from 245); Max value from RGB is 137 - color contains mainly: blue. Hex color #1A5289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5289 is #E5AD76. Grayscale: #474747. Windows color (decimal): -15052151 or 8999450. OLE color: 8999450.

HSL color Cylindrical-coordinate representation of color #1A5289: hue angle of 209.73º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A5289 is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2682137-
CMYK0.810.4000.46
HSL209.73º68.1%31.96%-
HSV(B)209.73º81.02%53.73%-
XYZ7.968.0624.8-
YUV71.53164.9595.53-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.61%
GREEN value IS 82 (32.42% from 255) = 33.47%
BLUE value IS 137 (53.91% from 255) = 55.92%
R=10.61%
G=33.47%
B=55.92%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal26821370.810.4000.46209.7368.131.96
Hex1A5289512802Ed24420
Octal321222111215005632210440
Binary1101010100101000100110100011010000101110110100101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,82,137); }

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

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

 a { background-color: rgb(26,82,137); }

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

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

 span { border-color: rgb(26,82,137); }

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