#1F7496

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

Shades of Lochmara #1F7496

Tints of Lochmara #1F7496

Color information

#1F7496 (or 0x1F7496) is unknown color: approx Lochmara. HEX triplet: 1F, 74 and 96. RGB value is (31,116,150). Sum of RGB (Red+Green+Blue) = 31+116+150=297 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.44% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 150 (58.98% from 255 or 50.51% from 297); Max value from RGB is 150 - color contains mainly: blue. Hex color #1F7496 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7496 is #E08B69. Grayscale: #5E5E5E. Windows color (decimal): -14715754 or 9860127. OLE color: 9860127.

HSL color Cylindrical-coordinate representation of color #1F7496: hue angle of 197.14º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F7496 is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB31116150-
CMYK0.790.2300.41
HSL197.14º65.75%35.49%-
HSV(B)197.14º79.33%58.82%-
XYZ12.3214.9831.1-
YUV94.46159.3482.74-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.44%
GREEN value IS 116 (45.70% from 255) = 39.06%
BLUE value IS 150 (58.98% from 255) = 50.51%
R=10.44%
G=39.06%
B=50.51%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal311161500.790.2300.41197.1465.7535.49
Hex1F74964F17029c54223
Octal371642261172705130510243
Binary111111110100100101101001111101110101001110001011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,116,150); }

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

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

 a { background-color: rgb(31,116,150); }

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

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

 span { border-color: rgb(31,116,150); }

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