#1A569C

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

Shades of Endeavour #1A569C

Tints of Endeavour #1A569C

Color information

#1A569C (or 0x1A569C) is unknown color: approx Endeavour. HEX triplet: 1A, 56 and 9C. RGB value is (26,86,156). Sum of RGB (Red+Green+Blue) = 26+86+156=268 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.70% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 156 (61.33% from 255 or 58.21% from 268); Max value from RGB is 156 - color contains mainly: blue. Hex color #1A569C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A569C is #E5A963. Grayscale: #4B4B4B. Windows color (decimal): -15051108 or 10245658. OLE color: 10245658.

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

Color convert

RGB2686156-
CMYK0.830.4500.39
HSL212.31º71.43%35.69%-
HSV(B)212.31º83.33%61.18%-
XYZ9.759.2832.73-
YUV76.04173.1292.31-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.70%
GREEN value IS 86 (33.98% from 255) = 32.09%
BLUE value IS 156 (61.33% from 255) = 58.21%
R=9.70%
G=32.09%
B=58.21%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal26861560.830.4500.39212.3171.4335.69
Hex1A569C532D027d44724
Octal321262341235504732410744
Binary1101010101101001110010100111011010100111110101001000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A569C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,86,156); }

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

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

 a { background-color: rgb(26,86,156); }

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

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

 span { border-color: rgb(26,86,156); }

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