#1A528B

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

Shades of Endeavour #1A528B

Tints of Endeavour #1A528B

Color information

#1A528B (or 0x1A528B) is unknown color: approx Endeavour. HEX triplet: 1A, 52 and 8B. RGB value is (26,82,139). Sum of RGB (Red+Green+Blue) = 26+82+139=247 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.53% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 139 (54.69% from 255 or 56.28% from 247); Max value from RGB is 139 - color contains mainly: blue. Hex color #1A528B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A528B is #E5AD74. Grayscale: #474747. Windows color (decimal): -15052149 or 9130522. OLE color: 9130522.

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

Color convert

RGB2682139-
CMYK0.810.4100.45
HSL210.27º68.48%32.35%-
HSV(B)210.27º81.29%54.51%-
XYZ8.18.1225.57-
YUV71.75165.9595.37-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.53%
GREEN value IS 82 (32.42% from 255) = 33.20%
BLUE value IS 139 (54.69% from 255) = 56.28%
R=10.53%
G=33.20%
B=56.28%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal26821390.810.4100.45210.2768.4832.35
Hex1A528B512902Dd24420
Octal321222131215105532210440
Binary1101010100101000101110100011010010101101110100101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A528B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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