#1E789A

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

Shades of Lochmara #1E789A

Tints of Lochmara #1E789A

Color information

#1E789A (or 0x1E789A) is unknown color: approx Lochmara. HEX triplet: 1E, 78 and 9A. RGB value is (30,120,154). Sum of RGB (Red+Green+Blue) = 30+120+154=304 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.87% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 154 (60.55% from 255 or 50.66% from 304); Max value from RGB is 154 - color contains mainly: blue. Hex color #1E789A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E789A is #E18765. Grayscale: #606060. Windows color (decimal): -14780262 or 10123294. OLE color: 10123294.

HSL color Cylindrical-coordinate representation of color #1E789A: hue angle of 196.45º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E789A is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB30120154-
CMYK0.810.2200.40
HSL196.45º67.39%36.08%-
HSV(B)196.45º80.52%60.39%-
XYZ13.0816.0432.98-
YUV96.97160.1880.24-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.87%
GREEN value IS 120 (47.27% from 255) = 39.47%
BLUE value IS 154 (60.55% from 255) = 50.66%
R=9.87%
G=39.47%
B=50.66%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal301201540.810.2200.40196.4567.3936.08
Hex1E789A5116028c44324
Octal361702321212605030410344
Binary111101111000100110101010001101100101000110001001000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E789A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,120,154); }

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

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

 a { background-color: rgb(30,120,154); }

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

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

 span { border-color: rgb(30,120,154); }

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