#1A579A

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

Shades of Endeavour #1A579A

Tints of Endeavour #1A579A

Color information

#1A579A (or 0x1A579A) is unknown color: approx Endeavour. HEX triplet: 1A, 57 and 9A. RGB value is (26,87,154). Sum of RGB (Red+Green+Blue) = 26+87+154=267 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.74% from 267); Green value is 87 (34.38% from 255 or 32.58% from 267); Blue value is 154 (60.55% from 255 or 57.68% from 267); Max value from RGB is 154 - color contains mainly: blue. Hex color #1A579A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A579A is #E5A865. Grayscale: #4C4C4C. Windows color (decimal): -15050854 or 10114842. OLE color: 10114842.

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

Color convert

RGB2687154-
CMYK0.830.4400.40
HSL211.41º71.11%35.29%-
HSV(B)211.41º83.12%60.39%-
XYZ9.679.3731.87-
YUV76.4171.7992.05-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.74%
GREEN value IS 87 (34.38% from 255) = 32.58%
BLUE value IS 154 (60.55% from 255) = 57.68%
R=9.74%
G=32.58%
B=57.68%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal26871540.830.4400.40211.4171.1135.29
Hex1A579A532C028d34723
Octal321272321235405032310743
Binary1101010101111001101010100111011000101000110100111000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A579A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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