#1A518B

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

Shades of Endeavour #1A518B

Tints of Endeavour #1A518B

Color information

#1A518B (or 0x1A518B) is unknown color: approx Endeavour. HEX triplet: 1A, 51 and 8B. RGB value is (26,81,139). Sum of RGB (Red+Green+Blue) = 26+81+139=246 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.57% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #1A518B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A518B is #E5AE74. Grayscale: #464646. Windows color (decimal): -15052405 or 9130266. OLE color: 9130266.

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

Color convert

RGB2681139-
CMYK0.810.4200.45
HSL210.8º68.48%32.35%-
HSV(B)210.8º81.29%54.51%-
XYZ8.037.9725.54-
YUV71.17166.2895.78-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.57%
GREEN value IS 81 (32.03% from 255) = 32.93%
BLUE value IS 139 (54.69% from 255) = 56.50%
R=10.57%
G=32.93%
B=56.50%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal26811390.810.4200.45210.868.4832.35
Hex1A518B512A02Dd34420
Octal321212131215205532310440
Binary1101010100011000101110100011010100101101110100111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A518B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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