#1E69AA

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

Shades of Lochmara #1E69AA

Tints of Lochmara #1E69AA

Color information

#1E69AA (or 0x1E69AA) is unknown color: approx Lochmara. HEX triplet: 1E, 69 and AA. RGB value is (30,105,170). Sum of RGB (Red+Green+Blue) = 30+105+170=305 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.84% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 170 (66.80% from 255 or 55.74% from 305); Max value from RGB is 170 - color contains mainly: blue. Hex color #1E69AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E69AA is #E19655. Grayscale: #595959. Windows color (decimal): -14784086 or 11168030. OLE color: 11168030.

HSL color Cylindrical-coordinate representation of color #1E69AA: hue angle of 207.86º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E69AA is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB30105170-
CMYK0.820.3800.33
HSL207.86º70%39.22%-
HSV(B)207.86º82.35%66.67%-
XYZ12.8413.2839.92-
YUV89.98173.1585.21-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.84%
GREEN value IS 105 (41.41% from 255) = 34.43%
BLUE value IS 170 (66.80% from 255) = 55.74%
R=9.84%
G=34.43%
B=55.74%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal301051700.820.3800.33207.867039.22
Hex1E69AA5226021d04627
Octal361512521224604132010647
Binary1111011010011010101010100101001100100001110100001000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E69AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,105,170); }

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

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

 a { background-color: rgb(30,105,170); }

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

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

 span { border-color: rgb(30,105,170); }

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