#1E7999

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

Shades of Lochmara #1E7999

Tints of Lochmara #1E7999

Color information

#1E7999 (or 0x1E7999) is unknown color: approx Lochmara. HEX triplet: 1E, 79 and 99. RGB value is (30,121,153). Sum of RGB (Red+Green+Blue) = 30+121+153=304 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.87% from 304); Green value is 121 (47.66% from 255 or 39.80% from 304); Blue value is 153 (60.16% from 255 or 50.33% from 304); Max value from RGB is 153 - color contains mainly: blue. Hex color #1E7999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E7999 is #E18666. Grayscale: #616161. Windows color (decimal): -14780007 or 10058014. OLE color: 10058014.

HSL color Cylindrical-coordinate representation of color #1E7999: hue angle of 195.61º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E7999 is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB30121153-
CMYK0.800.2100.4
HSL195.61º67.21%35.88%-
HSV(B)195.61º80.39%60%-
XYZ13.1216.2532.58-
YUV97.44159.3579.9-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.87%
GREEN value IS 121 (47.66% from 255) = 39.80%
BLUE value IS 153 (60.16% from 255) = 50.33%
R=9.87%
G=39.80%
B=50.33%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal301211530.800.2100.4195.6167.2135.88
Hex1E79995015028c44324
Octal361712311202505030410344
Binary111101111001100110011010000101010101000110001001000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,121,153); }

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

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

 a { background-color: rgb(30,121,153); }

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

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

 span { border-color: rgb(30,121,153); }

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