#2068A9

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

Shades of Lochmara #2068A9

Tints of Lochmara #2068A9

Color information

#2068A9 (or 0x2068A9) is unknown color: approx Lochmara. HEX triplet: 20, 68 and A9. RGB value is (32,104,169). Sum of RGB (Red+Green+Blue) = 32+104+169=305 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.49% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 169 (66.41% from 255 or 55.41% from 305); Max value from RGB is 169 - color contains mainly: blue. Hex color #2068A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2068A9 is #DF9756. Grayscale: #595959. Windows color (decimal): -14653271 or 11102240. OLE color: 11102240.

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

Color convert

RGB32104169-
CMYK0.810.3800.34
HSL208.47º68.16%39.41%-
HSV(B)208.47º81.07%66.27%-
XYZ12.7113.0739.39-
YUV89.88172.6586.71-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.49%
GREEN value IS 104 (41.02% from 255) = 34.10%
BLUE value IS 169 (66.41% from 255) = 55.41%
R=10.49%
G=34.10%
B=55.41%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal321041690.810.3800.34208.4768.1639.41
Hex2068A95126022d04427
Octal401502511214604232010447
Binary10000011010001010100110100011001100100010110100001000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2068A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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