#1F7EAE

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

Shades of Lochmara #1F7EAE

Tints of Lochmara #1F7EAE

Color information

#1F7EAE (or 0x1F7EAE) is unknown color: approx Lochmara. HEX triplet: 1F, 7E and AE. RGB value is (31,126,174). Sum of RGB (Red+Green+Blue) = 31+126+174=331 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.37% from 331); Green value is 126 (49.61% from 255 or 38.07% from 331); Blue value is 174 (68.36% from 255 or 52.57% from 331); Max value from RGB is 174 - color contains mainly: blue. Hex color #1F7EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7EAE is #E08151. Grayscale: #666666. Windows color (decimal): -14713170 or 11435551. OLE color: 11435551.

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

Color convert

RGB31126174-
CMYK0.820.2800.32
HSL200.14º69.76%40.2%-
HSV(B)200.14º82.18%68.24%-
XYZ15.6718.2742.74-
YUV103.07168.0376.6-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.37%
GREEN value IS 126 (49.61% from 255) = 38.07%
BLUE value IS 174 (68.36% from 255) = 52.57%
R=9.37%
G=38.07%
B=52.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal311261740.820.2800.32200.1469.7640.2
Hex1F7EAE521C020c84628
Octal371762561223404031010650
Binary111111111110101011101010010111000100000110010001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,126,174); }

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

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

 a { background-color: rgb(31,126,174); }

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

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

 span { border-color: rgb(31,126,174); }

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