#1E6E9B

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

Shades of Lochmara #1E6E9B

Tints of Lochmara #1E6E9B

Color information

#1E6E9B (or 0x1E6E9B) is unknown color: approx Lochmara. HEX triplet: 1E, 6E and 9B. RGB value is (30,110,155). Sum of RGB (Red+Green+Blue) = 30+110+155=295 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.17% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 155 (60.94% from 255 or 52.54% from 295); Max value from RGB is 155 - color contains mainly: blue. Hex color #1E6E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E6E9B is #E19164. Grayscale: #5A5A5A. Windows color (decimal): -14782821 or 10186270. OLE color: 10186270.

HSL color Cylindrical-coordinate representation of color #1E6E9B: hue angle of 201.6º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E6E9B is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB30110155-
CMYK0.810.2900.39
HSL201.6º67.57%36.27%-
HSV(B)201.6º80.65%60.78%-
XYZ12.0313.7933.04-
YUV91.2116484.34-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.17%
GREEN value IS 110 (43.36% from 255) = 37.29%
BLUE value IS 155 (60.94% from 255) = 52.54%
R=10.17%
G=37.29%
B=52.54%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal301101550.810.2900.39201.667.5736.27
Hex1E6E9B511D027ca4424
Octal361562331213504731210444
Binary111101101110100110111010001111010100111110010101000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,110,155); }

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

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

 a { background-color: rgb(30,110,155); }

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

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

 span { border-color: rgb(30,110,155); }

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