#1A599F

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

Shades of Endeavour #1A599F

Tints of Endeavour #1A599F

Color information

#1A599F (or 0x1A599F) is unknown color: approx Endeavour. HEX triplet: 1A, 59 and 9F. RGB value is (26,89,159). Sum of RGB (Red+Green+Blue) = 26+89+159=274 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.49% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 159 (62.5% from 255 or 58.03% from 274); Max value from RGB is 159 - color contains mainly: blue. Hex color #1A599F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A599F is #E5A660. Grayscale: #4D4D4D. Windows color (decimal): -15050337 or 10443034. OLE color: 10443034.

HSL color Cylindrical-coordinate representation of color #1A599F: hue angle of 211.58º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A599F is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2689159-
CMYK0.840.4400.38
HSL211.58º71.89%36.27%-
HSV(B)211.58º83.65%62.35%-
XYZ10.269.8734.16-
YUV78.14173.6390.81-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.49%
GREEN value IS 89 (35.16% from 255) = 32.48%
BLUE value IS 159 (62.5% from 255) = 58.03%
R=9.49%
G=32.48%
B=58.03%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal26891590.840.4400.38211.5871.8936.27
Hex1A599F542C026d44824
Octal321312371245404632411044
Binary1101010110011001111110101001011000100110110101001001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A599F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,89,159); }

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

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

 a { background-color: rgb(26,89,159); }

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

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

 span { border-color: rgb(26,89,159); }

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