#1E72AB

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

Shades of Lochmara #1E72AB

Tints of Lochmara #1E72AB

Color information

#1E72AB (or 0x1E72AB) is unknown color: approx Lochmara. HEX triplet: 1E, 72 and AB. RGB value is (30,114,171). Sum of RGB (Red+Green+Blue) = 30+114+171=315 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.52% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #1E72AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E72AB is #E18D54. Grayscale: #5F5F5F. Windows color (decimal): -14781781 or 11235870. OLE color: 11235870.

HSL color Cylindrical-coordinate representation of color #1E72AB: hue angle of 204.26º 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 #1E72AB is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB30114171-
CMYK0.820.3300.33
HSL204.26º70.15%39.41%-
HSV(B)204.26º82.46%67.06%-
XYZ13.915.2540.74-
YUV95.38170.6781.37-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.52%
GREEN value IS 114 (44.92% from 255) = 36.19%
BLUE value IS 171 (67.19% from 255) = 54.29%
R=9.52%
G=36.19%
B=54.29%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal301141710.820.3300.33204.2670.1539.41
Hex1E72AB5221021cc4627
Octal361622531224104131410647
Binary1111011100101010101110100101000010100001110011001000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E72AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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