#1E72AF

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

Shades of Lochmara #1E72AF

Tints of Lochmara #1E72AF

Color information

#1E72AF (or 0x1E72AF) is unknown color: approx Lochmara. HEX triplet: 1E, 72 and AF. RGB value is (30,114,175). Sum of RGB (Red+Green+Blue) = 30+114+175=319 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.40% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 175 (68.75% from 255 or 54.86% from 319); Max value from RGB is 175 - color contains mainly: blue. Hex color #1E72AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E72AF is #E18D50. Grayscale: #5F5F5F. Windows color (decimal): -14781777 or 11498014. OLE color: 11498014.

HSL color Cylindrical-coordinate representation of color #1E72AF: hue angle of 205.24º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E72AF is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB30114175-
CMYK0.830.3500.31
HSL205.24º70.73%40.2%-
HSV(B)205.24º82.86%68.63%-
XYZ14.2915.4142.78-
YUV95.84172.6781.04-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.40%
GREEN value IS 114 (44.92% from 255) = 35.74%
BLUE value IS 175 (68.75% from 255) = 54.86%
R=9.40%
G=35.74%
B=54.86%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal301141750.830.3500.31205.2470.7340.2
Hex1E72AF532301Fcd4728
Octal361622571234303731510750
Binary111101110010101011111010011100011011111110011011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E72AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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