#1E73AC

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

Shades of Lochmara #1E73AC

Tints of Lochmara #1E73AC

Color information

#1E73AC (or 0x1E73AC) is unknown color: approx Lochmara. HEX triplet: 1E, 73 and AC. RGB value is (30,115,172). Sum of RGB (Red+Green+Blue) = 30+115+172=317 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.46% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #1E73AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E73AC is #E18C53. Grayscale: #5F5F5F. Windows color (decimal): -14781524 or 11301662. OLE color: 11301662.

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

Color convert

RGB30115172-
CMYK0.830.3300.33
HSL204.08º70.3%39.61%-
HSV(B)204.08º82.56%67.45%-
XYZ14.1115.5241.28-
YUV96.08170.8480.87-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.46%
GREEN value IS 115 (45.31% from 255) = 36.28%
BLUE value IS 172 (67.58% from 255) = 54.26%
R=9.46%
G=36.28%
B=54.26%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal301151720.830.3300.33204.0870.339.61
Hex1E73AC5321021cc4628
Octal361632541234104131410650
Binary1111011100111010110010100111000010100001110011001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E73AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,115,172); }

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

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

 a { background-color: rgb(30,115,172); }

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

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

 span { border-color: rgb(30,115,172); }

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