#1F689F

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

Shades of Lochmara #1F689F

Tints of Lochmara #1F689F

Color information

#1F689F (or 0x1F689F) is unknown color: approx Lochmara. HEX triplet: 1F, 68 and 9F. RGB value is (31,104,159). Sum of RGB (Red+Green+Blue) = 31+104+159=294 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.54% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 159 (62.5% from 255 or 54.08% from 294); Max value from RGB is 159 - color contains mainly: blue. Hex color #1F689F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F689F is #E09760. Grayscale: #585858. Windows color (decimal): -14718817 or 10446879. OLE color: 10446879.

HSL color Cylindrical-coordinate representation of color #1F689F: hue angle of 205.78º 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 #1F689F is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB31104159-
CMYK0.810.3500.38
HSL205.78º67.37%37.25%-
HSV(B)205.78º80.5%62.35%-
XYZ11.7712.734.63-
YUV88.44167.8287.03-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.54%
GREEN value IS 104 (41.02% from 255) = 35.37%
BLUE value IS 159 (62.5% from 255) = 54.08%
R=10.54%
G=35.37%
B=54.08%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal311041590.810.3500.38205.7867.3737.25
Hex1F689F5123026ce4325
Octal371502371214304631610345
Binary1111111010001001111110100011000110100110110011101000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F689F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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