#1E74AB

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

Shades of Lochmara #1E74AB

Tints of Lochmara #1E74AB

Color information

#1E74AB (or 0x1E74AB) is unknown color: approx Lochmara. HEX triplet: 1E, 74 and AB. RGB value is (30,116,171). Sum of RGB (Red+Green+Blue) = 30+116+171=317 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.46% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #1E74AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E74AB is #E18B54. Grayscale: #606060. Windows color (decimal): -14781269 or 11236382. OLE color: 11236382.

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

Color convert

RGB30116171-
CMYK0.820.3200.33
HSL203.4º70.15%39.41%-
HSV(B)203.4º82.46%67.06%-
XYZ14.1315.7140.82-
YUV96.56170.0180.53-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.46%
GREEN value IS 116 (45.70% from 255) = 36.59%
BLUE value IS 171 (67.19% from 255) = 53.94%
R=9.46%
G=36.59%
B=53.94%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal301161710.820.3200.33203.470.1539.41
Hex1E74AB5220021cb4627
Octal361642531224004131310647
Binary1111011101001010101110100101000000100001110010111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E74AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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