#1A589A

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

Shades of Endeavour #1A589A

Tints of Endeavour #1A589A

Color information

#1A589A (or 0x1A589A) is unknown color: approx Endeavour. HEX triplet: 1A, 58 and 9A. RGB value is (26,88,154). Sum of RGB (Red+Green+Blue) = 26+88+154=268 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.70% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 154 (60.55% from 255 or 57.46% from 268); Max value from RGB is 154 - color contains mainly: blue. Hex color #1A589A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A589A is #E5A765. Grayscale: #4C4C4C. Windows color (decimal): -15050598 or 10115098. OLE color: 10115098.

HSL color Cylindrical-coordinate representation of color #1A589A: hue angle of 210.94º 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 #1A589A is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2688154-
CMYK0.830.4300.40
HSL210.94º71.11%35.29%-
HSV(B)210.94º83.12%60.39%-
XYZ9.759.5331.9-
YUV76.99171.4691.63-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.70%
GREEN value IS 88 (34.77% from 255) = 32.84%
BLUE value IS 154 (60.55% from 255) = 57.46%
R=9.70%
G=32.84%
B=57.46%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal26881540.830.4300.40210.9471.1135.29
Hex1A589A532B028d34723
Octal321302321235305032310743
Binary1101010110001001101010100111010110101000110100111000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A589A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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