#1E689F

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

Shades of Lochmara #1E689F

Tints of Lochmara #1E689F

Color information

#1E689F (or 0x1E689F) is unknown color: approx Lochmara. HEX triplet: 1E, 68 and 9F. RGB value is (30,104,159). Sum of RGB (Red+Green+Blue) = 30+104+159=293 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.24% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 159 (62.5% from 255 or 54.27% from 293); Max value from RGB is 159 - color contains mainly: blue. Hex color #1E689F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E689F is #E19760. Grayscale: #575757. Windows color (decimal): -14784353 or 10446878. OLE color: 10446878.

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

Color convert

RGB30104159-
CMYK0.810.3500.38
HSL205.58º68.25%37.06%-
HSV(B)205.58º81.13%62.35%-
XYZ11.7412.6834.63-
YUV88.14167.9886.53-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.24%
GREEN value IS 104 (41.02% from 255) = 35.49%
BLUE value IS 159 (62.5% from 255) = 54.27%
R=10.24%
G=35.49%
B=54.27%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal301041590.810.3500.38205.5868.2537.06
Hex1E689F5123026ce4425
Octal361502371214304631610445
Binary1111011010001001111110100011000110100110110011101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E689F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,104,159); }

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

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

 a { background-color: rgb(30,104,159); }

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

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

 span { border-color: rgb(30,104,159); }

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