#1A599B

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

Shades of Endeavour #1A599B

Tints of Endeavour #1A599B

Color information

#1A599B (or 0x1A599B) is unknown color: approx Endeavour. HEX triplet: 1A, 59 and 9B. RGB value is (26,89,155). Sum of RGB (Red+Green+Blue) = 26+89+155=270 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.63% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #1A599B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A599B is #E5A664. Grayscale: #4D4D4D. Windows color (decimal): -15050341 or 10180890. OLE color: 10180890.

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

Color convert

RGB2689155-
CMYK0.830.4300.39
HSL210.7º71.27%35.49%-
HSV(B)210.7º83.23%60.78%-
XYZ9.919.7332.37-
YUV77.69171.6391.13-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.63%
GREEN value IS 89 (35.16% from 255) = 32.96%
BLUE value IS 155 (60.94% from 255) = 57.41%
R=9.63%
G=32.96%
B=57.41%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal26891550.830.4300.39210.771.2735.49
Hex1A599B532B027d34723
Octal321312331235304732310743
Binary1101010110011001101110100111010110100111110100111000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A599B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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