#1F68A2

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

Shades of Lochmara #1F68A2

Tints of Lochmara #1F68A2

Color information

#1F68A2 (or 0x1F68A2) is unknown color: approx Lochmara. HEX triplet: 1F, 68 and A2. RGB value is (31,104,162). Sum of RGB (Red+Green+Blue) = 31+104+162=297 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.44% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 162 (63.67% from 255 or 54.55% from 297); Max value from RGB is 162 - color contains mainly: blue. Hex color #1F68A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F68A2 is #E0975D. Grayscale: #585858. Windows color (decimal): -14718814 or 10643487. OLE color: 10643487.

HSL color Cylindrical-coordinate representation of color #1F68A2: hue angle of 206.56º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F68A2 is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB31104162-
CMYK0.810.3600.36
HSL206.56º67.88%37.84%-
HSV(B)206.56º80.86%63.53%-
XYZ12.0412.836.02-
YUV88.78169.3286.78-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.44%
GREEN value IS 104 (41.02% from 255) = 35.02%
BLUE value IS 162 (63.67% from 255) = 54.55%
R=10.44%
G=35.02%
B=54.55%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal311041620.810.3600.36206.5667.8837.84
Hex1F68A25124024cf4426
Octal371502421214404431710446
Binary1111111010001010001010100011001000100100110011111000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F68A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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