#1A488B

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

Shades of Endeavour #1A488B

Tints of Endeavour #1A488B

Color information

#1A488B (or 0x1A488B) is unknown color: approx Endeavour. HEX triplet: 1A, 48 and 8B. RGB value is (26,72,139). Sum of RGB (Red+Green+Blue) = 26+72+139=237 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.97% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 139 (54.69% from 255 or 58.65% from 237); Max value from RGB is 139 - color contains mainly: blue. Hex color #1A488B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A488B is #E5B774. Grayscale: #414141. Windows color (decimal): -15054709 or 9127962. OLE color: 9127962.

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

Color convert

RGB2672139-
CMYK0.810.4800.45
HSL215.58º68.48%32.35%-
HSV(B)215.58º81.29%54.51%-
XYZ7.46.7225.33-
YUV65.88169.2699.55-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.97%
GREEN value IS 72 (28.52% from 255) = 30.38%
BLUE value IS 139 (54.69% from 255) = 58.65%
R=10.97%
G=30.38%
B=58.65%

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
Decimal26721390.810.4800.45215.5868.4832.35
Hex1A488B513002Dd84420
Octal321102131216005533010440
Binary1101010010001000101110100011100000101101110110001000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A488B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,72,139); }

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

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

 a { background-color: rgb(26,72,139); }

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

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

 span { border-color: rgb(26,72,139); }

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