#1F76AE

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

Shades of Lochmara #1F76AE

Tints of Lochmara #1F76AE

Color information

#1F76AE (or 0x1F76AE) is unknown color: approx Lochmara. HEX triplet: 1F, 76 and AE. RGB value is (31,118,174). Sum of RGB (Red+Green+Blue) = 31+118+174=323 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.60% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #1F76AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F76AE is #E08951. Grayscale: #626262. Windows color (decimal): -14715218 or 11433503. OLE color: 11433503.

HSL color Cylindrical-coordinate representation of color #1F76AE: 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.82%. Process color model (Four color, CMYK) of #1F76AE is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB31118174-
CMYK0.820.3200.32
HSL203.5º69.76%40.2%-
HSV(B)203.5º82.18%68.24%-
XYZ14.6816.342.42-
YUV98.37170.6879.95-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.60%
GREEN value IS 118 (46.48% from 255) = 36.53%
BLUE value IS 174 (68.36% from 255) = 53.87%
R=9.60%
G=36.53%
B=53.87%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal311181740.820.3200.32203.569.7640.2
Hex1F76AE5220020cb4628
Octal371662561224004031310650
Binary1111111101101010111010100101000000100000110010111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F76AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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