#1E75AD

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

Shades of Lochmara #1E75AD

Tints of Lochmara #1E75AD

Color information

#1E75AD (or 0x1E75AD) is unknown color: approx Lochmara. HEX triplet: 1E, 75 and AD. RGB value is (30,117,173). Sum of RGB (Red+Green+Blue) = 30+117+173=320 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.38% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 173 (67.97% from 255 or 54.06% from 320); Max value from RGB is 173 - color contains mainly: blue. Hex color #1E75AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E75AD is #E18A52. Grayscale: #616161. Windows color (decimal): -14781011 or 11367710. OLE color: 11367710.

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

Color convert

RGB30117173-
CMYK0.830.3200.32
HSL203.5º70.44%39.8%-
HSV(B)203.5º82.66%67.84%-
XYZ14.4416.0241.87-
YUV97.37170.6879.95-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.38%
GREEN value IS 117 (46.09% from 255) = 36.56%
BLUE value IS 173 (67.97% from 255) = 54.06%
R=9.38%
G=36.56%
B=54.06%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal301171730.830.3200.32203.570.4439.8
Hex1E75AD5320020cb4628
Octal361652551234004031310650
Binary1111011101011010110110100111000000100000110010111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E75AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,117,173); }

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

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

 a { background-color: rgb(30,117,173); }

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

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

 span { border-color: rgb(30,117,173); }

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