#1E659B

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

Shades of Lochmara #1E659B

Tints of Lochmara #1E659B

Color information

#1E659B (or 0x1E659B) is unknown color: approx Lochmara. HEX triplet: 1E, 65 and 9B. RGB value is (30,101,155). Sum of RGB (Red+Green+Blue) = 30+101+155=286 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.49% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 155 (60.94% from 255 or 54.20% from 286); Max value from RGB is 155 - color contains mainly: blue. Hex color #1E659B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E659B is #E19A64. Grayscale: #555555. Windows color (decimal): -14785125 or 10183966. OLE color: 10183966.

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

Color convert

RGB30101155-
CMYK0.810.3500.39
HSL205.92º67.57%36.27%-
HSV(B)205.92º80.65%60.78%-
XYZ11.1111.9532.73-
YUV85.93166.9888.11-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.49%
GREEN value IS 101 (39.84% from 255) = 35.31%
BLUE value IS 155 (60.94% from 255) = 54.20%
R=10.49%
G=35.31%
B=54.20%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal301011550.810.3500.39205.9267.5736.27
Hex1E659B5123027ce4424
Octal361452331214304731610444
Binary1111011001011001101110100011000110100111110011101000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E659B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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