#1A498C

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

Shades of Endeavour #1A498C

Tints of Endeavour #1A498C

Color information

#1A498C (or 0x1A498C) is unknown color: approx Endeavour. HEX triplet: 1A, 49 and 8C. RGB value is (26,73,140). Sum of RGB (Red+Green+Blue) = 26+73+140=239 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.88% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 140 (55.08% from 255 or 58.58% from 239); Max value from RGB is 140 - color contains mainly: blue. Hex color #1A498C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A498C is #E5B673. Grayscale: #424242. Windows color (decimal): -15054452 or 9193754. OLE color: 9193754.

HSL color Cylindrical-coordinate representation of color #1A498C: hue angle of 215.26º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A498C is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2673140-
CMYK0.810.4800.45
HSL215.26º68.67%32.55%-
HSV(B)215.26º81.43%54.9%-
XYZ7.546.8825.74-
YUV66.59169.4399.05-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.88%
GREEN value IS 73 (28.91% from 255) = 30.54%
BLUE value IS 140 (55.08% from 255) = 58.58%
R=10.88%
G=30.54%
B=58.58%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal26731400.810.4800.45215.2668.6732.55
Hex1A498C513002Dd74521
Octal321112141216005532710541
Binary1101010010011000110010100011100000101101110101111000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A498C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,73,140); }

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

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

 a { background-color: rgb(26,73,140); }

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

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

 span { border-color: rgb(26,73,140); }

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