#1e779d

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

Shades of Lochmara #1E779D

Tints of Lochmara #1E779D

Color information

#1E779D (or 0x1E779D) is unknown color: approx Lochmara. HEX triplet: 1E, 77 and 9D. RGB value is (30,119,157). Sum of RGB (Red+Green+Blue) = 30+119+157=306 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.80% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 157 (61.72% from 255 or 51.31% from 306); Max value from RGB is 157 - color contains mainly: blue. Hex color #1E779D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E779D is #E18862. Grayscale: #606060. Windows color (decimal): -14780515 or 10319646. OLE color: 10319646.

HSL color Cylindrical-coordinate representation of color #1E779D: hue angle of 197.95º 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 #1E779D is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB30119157-
CMYK0.810.2400.38
HSL197.95º67.91%36.67%-
HSV(B)197.95º80.89%61.57%-
XYZ13.2215.934.27-
YUV96.72162.0180.41-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.80%
GREEN value IS 119 (46.88% from 255) = 38.89%
BLUE value IS 157 (61.72% from 255) = 51.31%
R=9.80%
G=38.89%
B=51.31%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal301191570.810.2400.38197.9567.9136.67
Hex1E779D5118026c64425
Octal361672351213004630610445
Binary111101110111100111011010001110000100110110001101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e779d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,119,157); }

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

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

 a { background-color: rgb(30,119,157); }

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

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

 span { border-color: rgb(30,119,157); }

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