#2066A9

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

Shades of Lochmara #2066A9

Tints of Lochmara #2066A9

Color information

#2066A9 (or 0x2066A9) is unknown color: approx Lochmara. HEX triplet: 20, 66 and A9. RGB value is (32,102,169). Sum of RGB (Red+Green+Blue) = 32+102+169=303 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.56% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 169 (66.41% from 255 or 55.78% from 303); Max value from RGB is 169 - color contains mainly: blue. Hex color #2066A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2066A9 is #DF9956. Grayscale: #585858. Windows color (decimal): -14653783 or 11101728. OLE color: 11101728.

HSL color Cylindrical-coordinate representation of color #2066A9: hue angle of 209.34º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2066A9 is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB32102169-
CMYK0.810.4000.34
HSL209.34º68.16%39.41%-
HSV(B)209.34º81.07%66.27%-
XYZ12.5112.6739.32-
YUV88.71173.3187.55-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.56%
GREEN value IS 102 (40.23% from 255) = 33.66%
BLUE value IS 169 (66.41% from 255) = 55.78%
R=10.56%
G=33.66%
B=55.78%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal321021690.810.4000.34209.3468.1639.41
Hex2066A95128022d14427
Octal401462511215004232110447
Binary10000011001101010100110100011010000100010110100011000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2066A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2066A9; }

 p { color: rgb(32,102,169); }

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

<style>
 a { background-color: #2066A9; }

 a { background-color: rgb(32,102,169); }

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

<style>
 span { border-color: #2066A9; }

 span { border-color: rgb(32,102,169); }

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