#1a5996

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

Shades of Endeavour #1A5996

Tints of Endeavour #1A5996

Color information

#1A5996 (or 0x1A5996) is unknown color: approx Endeavour. HEX triplet: 1A, 59 and 96. RGB value is (26,89,150). Sum of RGB (Red+Green+Blue) = 26+89+150=265 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.81% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 150 (58.98% from 255 or 56.60% from 265); Max value from RGB is 150 - color contains mainly: blue. Hex color #1A5996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5996 is #E5A669. Grayscale: #4C4C4C. Windows color (decimal): -15050346 or 9853210. OLE color: 9853210.

HSL color Cylindrical-coordinate representation of color #1A5996: hue angle of 209.52º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A5996 is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2689150-
CMYK0.830.4100.41
HSL209.52º70.45%34.51%-
HSV(B)209.52º82.67%58.82%-
XYZ9.59.5730.2-
YUV77.12169.1391.54-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.81%
GREEN value IS 89 (35.16% from 255) = 33.58%
BLUE value IS 150 (58.98% from 255) = 56.60%
R=9.81%
G=33.58%
B=56.60%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal26891500.830.4100.41209.5270.4534.51
Hex1A59965329029d24623
Octal321312261235105132210643
Binary1101010110011001011010100111010010101001110100101000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a5996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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