#1a4a8e

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

Shades of Endeavour #1A4A8E

Tints of Endeavour #1A4A8E

Color information

#1A4A8E (or 0x1A4A8E) is unknown color: approx Endeavour. HEX triplet: 1A, 4A and 8E. RGB value is (26,74,142). Sum of RGB (Red+Green+Blue) = 26+74+142=242 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.74% from 242); Green value is 74 (29.30% from 255 or 30.58% from 242); Blue value is 142 (55.86% from 255 or 58.68% from 242); Max value from RGB is 142 - color contains mainly: blue. Hex color #1A4A8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A4A8E is #E5B571. Grayscale: #434343. Windows color (decimal): -15054194 or 9325082. OLE color: 9325082.

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

Color convert

RGB2674142-
CMYK0.820.4800.44
HSL215.17º69.05%32.94%-
HSV(B)215.17º81.69%55.69%-
XYZ7.767.0726.55-
YUV67.4170.198.47-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.74%
GREEN value IS 74 (29.30% from 255) = 30.58%
BLUE value IS 142 (55.86% from 255) = 58.68%
R=10.74%
G=30.58%
B=58.68%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal26741420.820.4800.44215.1769.0532.94
Hex1A4A8E523002Cd74521
Octal321122161226005432710541
Binary1101010010101000111010100101100000101100110101111000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a4a8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,74,142); }

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

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

 a { background-color: rgb(26,74,142); }

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

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

 span { border-color: rgb(26,74,142); }

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