#1E7396

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

Shades of Lochmara #1E7396

Tints of Lochmara #1E7396

Color information

#1E7396 (or 0x1E7396) is unknown color: approx Lochmara. HEX triplet: 1E, 73 and 96. RGB value is (30,115,150). Sum of RGB (Red+Green+Blue) = 30+115+150=295 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.17% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 150 (58.98% from 255 or 50.85% from 295); Max value from RGB is 150 - color contains mainly: blue. Hex color #1E7396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E7396 is #E18C69. Grayscale: #5D5D5D. Windows color (decimal): -14781546 or 9859870. OLE color: 9859870.

HSL color Cylindrical-coordinate representation of color #1E7396: hue angle of 197.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E7396 is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB30115150-
CMYK0.800.2300.41
HSL197.5º66.67%35.29%-
HSV(B)197.5º80%58.82%-
XYZ12.1714.7431.06-
YUV93.57159.8482.65-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.17%
GREEN value IS 115 (45.31% from 255) = 38.98%
BLUE value IS 150 (58.98% from 255) = 50.85%
R=10.17%
G=38.98%
B=50.85%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal301151500.800.2300.41197.566.6735.29
Hex1E73965017029c64323
Octal361632261202705130610343
Binary111101110011100101101010000101110101001110001101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,115,150); }

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

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

 a { background-color: rgb(30,115,150); }

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

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

 span { border-color: rgb(30,115,150); }

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