#1A509A

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

Shades of Endeavour #1A509A

Tints of Endeavour #1A509A

Color information

#1A509A (or 0x1A509A) is unknown color: approx Endeavour. HEX triplet: 1A, 50 and 9A. RGB value is (26,80,154). Sum of RGB (Red+Green+Blue) = 26+80+154=260 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 154 (60.55% from 255 or 59.23% from 260); Max value from RGB is 154 - color contains mainly: blue. Hex color #1A509A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A509A is #E5AF65. Grayscale: #474747. Windows color (decimal): -15052646 or 10113050. OLE color: 10113050.

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

Color convert

RGB2680154-
CMYK0.830.4800.40
HSL214.69º71.11%35.29%-
HSV(B)214.69º83.12%60.39%-
XYZ9.138.2931.69-
YUV72.29174.1194.98-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10%
GREEN value IS 80 (31.64% from 255) = 30.77%
BLUE value IS 154 (60.55% from 255) = 59.23%
R=10%
G=30.77%
B=59.23%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal26801540.830.4800.40214.6971.1135.29
Hex1A509A5330028d74723
Octal321202321236005032710743
Binary1101010100001001101010100111100000101000110101111000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A509A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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