#1E71AE

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

Shades of Lochmara #1E71AE

Tints of Lochmara #1E71AE

Color information

#1E71AE (or 0x1E71AE) is unknown color: approx Lochmara. HEX triplet: 1E, 71 and AE. RGB value is (30,113,174). Sum of RGB (Red+Green+Blue) = 30+113+174=317 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.46% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 174 (68.36% from 255 or 54.89% from 317); Max value from RGB is 174 - color contains mainly: blue. Hex color #1E71AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E71AE is #E18E51. Grayscale: #5E5E5E. Windows color (decimal): -14782034 or 11432222. OLE color: 11432222.

HSL color Cylindrical-coordinate representation of color #1E71AE: hue angle of 205.42º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E71AE is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB30113174-
CMYK0.830.3500.32
HSL205.42º70.59%40%-
HSV(B)205.42º82.76%68.24%-
XYZ14.0815.1442.23-
YUV95.14172.581.54-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.46%
GREEN value IS 113 (44.53% from 255) = 35.65%
BLUE value IS 174 (68.36% from 255) = 54.89%
R=9.46%
G=35.65%
B=54.89%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal301131740.830.3500.32205.4270.5940
Hex1E71AE5323020cd4728
Octal361612561234304031510750
Binary1111011100011010111010100111000110100000110011011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E71AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,113,174); }

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

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

 a { background-color: rgb(30,113,174); }

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

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

 span { border-color: rgb(30,113,174); }

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