#1E669D

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

Shades of Lochmara #1E669D

Tints of Lochmara #1E669D

Color information

#1E669D (or 0x1E669D) is unknown color: approx Lochmara. HEX triplet: 1E, 66 and 9D. RGB value is (30,102,157). Sum of RGB (Red+Green+Blue) = 30+102+157=289 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.38% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 157 (61.72% from 255 or 54.33% from 289); Max value from RGB is 157 - color contains mainly: blue. Hex color #1E669D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E669D is #E19962. Grayscale: #565656. Windows color (decimal): -14784867 or 10315294. OLE color: 10315294.

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

Color convert

RGB30102157-
CMYK0.810.3500.38
HSL205.98º67.91%36.67%-
HSV(B)205.98º80.89%61.57%-
XYZ11.3712.2133.66-
YUV86.74167.6587.53-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.38%
GREEN value IS 102 (40.23% from 255) = 35.29%
BLUE value IS 157 (61.72% from 255) = 54.33%
R=10.38%
G=35.29%
B=54.33%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal301021570.810.3500.38205.9867.9136.67
Hex1E669D5123026ce4425
Octal361462351214304631610445
Binary1111011001101001110110100011000110100110110011101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E669D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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