#1F649A

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

Shades of Lochmara #1F649A

Tints of Lochmara #1F649A

Color information

#1F649A (or 0x1F649A) is unknown color: approx Lochmara. HEX triplet: 1F, 64 and 9A. RGB value is (31,100,154). Sum of RGB (Red+Green+Blue) = 31+100+154=285 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.88% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 154 (60.55% from 255 or 54.04% from 285); Max value from RGB is 154 - color contains mainly: blue. Hex color #1F649A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F649A is #E09B65. Grayscale: #555555. Windows color (decimal): -14719846 or 10118175. OLE color: 10118175.

HSL color Cylindrical-coordinate representation of color #1F649A: hue angle of 206.34º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F649A is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB31100154-
CMYK0.800.3500.40
HSL206.34º66.49%36.27%-
HSV(B)206.34º79.87%60.39%-
XYZ10.9511.7432.26-
YUV85.52166.6489.11-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.88%
GREEN value IS 100 (39.45% from 255) = 35.09%
BLUE value IS 154 (60.55% from 255) = 54.04%
R=10.88%
G=35.09%
B=54.04%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal311001540.800.3500.40206.3466.4936.27
Hex1F649A5023028ce4224
Octal371442321204305031610244
Binary1111111001001001101010100001000110101000110011101000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F649A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,100,154); }

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

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

 a { background-color: rgb(31,100,154); }

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

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

 span { border-color: rgb(31,100,154); }

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