#1E6E9D

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

Shades of Lochmara #1E6E9D

Tints of Lochmara #1E6E9D

Color information

#1E6E9D (or 0x1E6E9D) is unknown color: approx Lochmara. HEX triplet: 1E, 6E and 9D. RGB value is (30,110,157). Sum of RGB (Red+Green+Blue) = 30+110+157=297 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.10% from 297); Green value is 110 (43.36% from 255 or 37.04% from 297); Blue value is 157 (61.72% from 255 or 52.86% from 297); Max value from RGB is 157 - color contains mainly: blue. Hex color #1E6E9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E6E9D is #E19162. Grayscale: #5B5B5B. Windows color (decimal): -14782819 or 10317342. OLE color: 10317342.

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

Color convert

RGB30110157-
CMYK0.810.3000.38
HSL202.2º67.91%36.67%-
HSV(B)202.2º80.89%61.57%-
XYZ12.213.8633.93-
YUV91.4416584.18-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.10%
GREEN value IS 110 (43.36% from 255) = 37.04%
BLUE value IS 157 (61.72% from 255) = 52.86%
R=10.10%
G=37.04%
B=52.86%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal301101570.810.3000.38202.267.9136.67
Hex1E6E9D511E026ca4425
Octal361562351213604631210445
Binary111101101110100111011010001111100100110110010101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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