#1E76AE

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

Shades of Lochmara #1E76AE

Tints of Lochmara #1E76AE

Color information

#1E76AE (or 0x1E76AE) is unknown color: approx Lochmara. HEX triplet: 1E, 76 and AE. RGB value is (30,118,174). Sum of RGB (Red+Green+Blue) = 30+118+174=322 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.32% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 174 (68.36% from 255 or 54.04% from 322); Max value from RGB is 174 - color contains mainly: blue. Hex color #1E76AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E76AE is #E18951. Grayscale: #616161. Windows color (decimal): -14780754 or 11433502. OLE color: 11433502.

HSL color Cylindrical-coordinate representation of color #1E76AE: hue angle of 203.33º 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 #1E76AE is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB30118174-
CMYK0.830.3200.32
HSL203.33º70.59%40%-
HSV(B)203.33º82.76%68.24%-
XYZ14.6516.2942.42-
YUV98.07170.8579.45-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.32%
GREEN value IS 118 (46.48% from 255) = 36.65%
BLUE value IS 174 (68.36% from 255) = 54.04%
R=9.32%
G=36.65%
B=54.04%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal301181740.830.3200.32203.3370.5940
Hex1E76AE5320020cb4728
Octal361662561234004031310750
Binary1111011101101010111010100111000000100000110010111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E76AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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