#1E72A0

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

Shades of Lochmara #1E72A0

Tints of Lochmara #1E72A0

Color information

#1E72A0 (or 0x1E72A0) is unknown color: approx Lochmara. HEX triplet: 1E, 72 and A0. RGB value is (30,114,160). Sum of RGB (Red+Green+Blue) = 30+114+160=304 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.87% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 160 (62.89% from 255 or 52.63% from 304); Max value from RGB is 160 - color contains mainly: blue. Hex color #1E72A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E72A0 is #E18D5F. Grayscale: #5D5D5D. Windows color (decimal): -14781792 or 10514974. OLE color: 10514974.

HSL color Cylindrical-coordinate representation of color #1E72A0: hue angle of 201.23º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E72A0 is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB30114160-
CMYK0.810.2900.37
HSL201.23º68.42%37.25%-
HSV(B)201.23º81.25%62.75%-
XYZ12.914.8535.44-
YUV94.13165.1782.26-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.87%
GREEN value IS 114 (44.92% from 255) = 37.5%
BLUE value IS 160 (62.89% from 255) = 52.63%
R=9.87%
G=37.5%
B=52.63%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal301141600.810.2900.37201.2368.4237.25
Hex1E72A0511D025c94425
Octal361622401213504531110445
Binary111101110010101000001010001111010100101110010011000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E72A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,114,160); }

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

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

 a { background-color: rgb(30,114,160); }

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

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

 span { border-color: rgb(30,114,160); }

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