#1F6D9F

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

Shades of Lochmara #1F6D9F

Tints of Lochmara #1F6D9F

Color information

#1F6D9F (or 0x1F6D9F) is unknown color: approx Lochmara. HEX triplet: 1F, 6D and 9F. RGB value is (31,109,159). Sum of RGB (Red+Green+Blue) = 31+109+159=299 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.37% from 299); Green value is 109 (42.97% from 255 or 36.45% from 299); Blue value is 159 (62.5% from 255 or 53.18% from 299); Max value from RGB is 159 - color contains mainly: blue. Hex color #1F6D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6D9F is #E09260. Grayscale: #5B5B5B. Windows color (decimal): -14717537 or 10448159. OLE color: 10448159.

HSL color Cylindrical-coordinate representation of color #1F6D9F: hue angle of 203.44º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F6D9F is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB31109159-
CMYK0.810.3100.38
HSL203.44º67.37%37.25%-
HSV(B)203.44º80.5%62.35%-
XYZ12.2913.7334.8-
YUV91.38166.1684.93-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.37%
GREEN value IS 109 (42.97% from 255) = 36.45%
BLUE value IS 159 (62.5% from 255) = 53.18%
R=10.37%
G=36.45%
B=53.18%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal311091590.810.3100.38203.4467.3737.25
Hex1F6D9F511F026cb4325
Octal371552371213704631310345
Binary111111101101100111111010001111110100110110010111000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,109,159); }

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

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

 a { background-color: rgb(31,109,159); }

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

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

 span { border-color: rgb(31,109,159); }

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