#207AA6

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

Shades of Lochmara #207AA6

Tints of Lochmara #207AA6

Color information

#207AA6 (or 0x207AA6) is unknown color: approx Lochmara. HEX triplet: 20, 7A and A6. RGB value is (32,122,166). Sum of RGB (Red+Green+Blue) = 32+122+166=320 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10% from 320); Green value is 122 (48.05% from 255 or 38.12% from 320); Blue value is 166 (65.23% from 255 or 51.88% from 320); Max value from RGB is 166 - color contains mainly: blue. Hex color #207AA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207AA6 is #DF8559. Grayscale: #636363. Windows color (decimal): -14648666 or 10910240. OLE color: 10910240.

HSL color Cylindrical-coordinate representation of color #207AA6: hue angle of 199.7º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #207AA6 is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB32122166-
CMYK0.810.2700.35
HSL199.7º67.68%38.82%-
HSV(B)199.7º80.72%65.1%-
XYZ14.4416.9838.59-
YUV100.11165.1879.42-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10%
GREEN value IS 122 (48.05% from 255) = 38.12%
BLUE value IS 166 (65.23% from 255) = 51.88%
R=10%
G=38.12%
B=51.88%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal321221660.810.2700.35199.767.6838.82
Hex207AA6511B023c84427
Octal401722461213304331010447
Binary1000001111010101001101010001110110100011110010001000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207AA6; }

 p { color: rgb(32,122,166); }

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

<style>
 a { background-color: #207AA6; }

 a { background-color: rgb(32,122,166); }

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

<style>
 span { border-color: #207AA6; }

 span { border-color: rgb(32,122,166); }

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