#1A548B

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

Shades of Endeavour #1A548B

Tints of Endeavour #1A548B

Color information

#1A548B (or 0x1A548B) is unknown color: approx Endeavour. HEX triplet: 1A, 54 and 8B. RGB value is (26,84,139). Sum of RGB (Red+Green+Blue) = 26+84+139=249 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.44% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #1A548B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A548B is #E5AB74. Grayscale: #484848. Windows color (decimal): -15051637 or 9131034. OLE color: 9131034.

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

Color convert

RGB2684139-
CMYK0.810.4000.45
HSL209.2º68.48%32.35%-
HSV(B)209.2º81.29%54.51%-
XYZ8.268.4225.62-
YUV72.93165.2894.53-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.44%
GREEN value IS 84 (33.20% from 255) = 33.73%
BLUE value IS 139 (54.69% from 255) = 55.82%
R=10.44%
G=33.73%
B=55.82%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal26841390.810.4000.45209.268.4832.35
Hex1A548B512802Dd14420
Octal321242131215005532110440
Binary1101010101001000101110100011010000101101110100011000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A548B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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