#1E719E

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

Shades of Lochmara #1E719E

Tints of Lochmara #1E719E

Color information

#1E719E (or 0x1E719E) is unknown color: approx Lochmara. HEX triplet: 1E, 71 and 9E. RGB value is (30,113,158). Sum of RGB (Red+Green+Blue) = 30+113+158=301 (39% of max value = 765). Red value is 30 (12.11% from 255 or 9.97% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 158 (62.11% from 255 or 52.49% from 301); Max value from RGB is 158 - color contains mainly: blue. Hex color #1E719E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E719E is #E18E61. Grayscale: #5D5D5D. Windows color (decimal): -14782050 or 10383646. OLE color: 10383646.

HSL color Cylindrical-coordinate representation of color #1E719E: hue angle of 201.09º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E719E is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB30113158-
CMYK0.810.2800.38
HSL201.09º68.09%36.86%-
HSV(B)201.09º81.01%61.96%-
XYZ12.6114.5534.49-
YUV93.31164.582.84-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.97%
GREEN value IS 113 (44.53% from 255) = 37.54%
BLUE value IS 158 (62.11% from 255) = 52.49%
R=9.97%
G=37.54%
B=52.49%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal301131580.810.2800.38201.0968.0936.86
Hex1E719E511C026c94425
Octal361612361213404631110445
Binary111101110001100111101010001111000100110110010011000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E719E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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