#1E7DAF

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

Shades of Lochmara #1E7DAF

Tints of Lochmara #1E7DAF

Color information

#1E7DAF (or 0x1E7DAF) is unknown color: approx Lochmara. HEX triplet: 1E, 7D and AF. RGB value is (30,125,175). Sum of RGB (Red+Green+Blue) = 30+125+175=330 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.09% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 175 (68.75% from 255 or 53.03% from 330); Max value from RGB is 175 - color contains mainly: blue. Hex color #1E7DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E7DAF is #E18250. Grayscale: #666666. Windows color (decimal): -14778961 or 11500830. OLE color: 11500830.

HSL color Cylindrical-coordinate representation of color #1E7DAF: hue angle of 200.69º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E7DAF is Cyan = 0.83, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB30125175-
CMYK0.830.2900.31
HSL200.69º70.73%40.2%-
HSV(B)200.69º82.86%68.63%-
XYZ15.6118.0443.22-
YUV102.3169.0376.43-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.09%
GREEN value IS 125 (49.22% from 255) = 37.88%
BLUE value IS 175 (68.75% from 255) = 53.03%
R=9.09%
G=37.88%
B=53.03%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal301251750.830.2900.31200.6970.7340.2
Hex1E7DAF531D01Fc94728
Octal361752571233503731110750
Binary11110111110110101111101001111101011111110010011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,125,175); }

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

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

 a { background-color: rgb(30,125,175); }

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

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

 span { border-color: rgb(30,125,175); }

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