#20769A

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

Shades of Lochmara #20769A

Tints of Lochmara #20769A

Color information

#20769A (or 0x20769A) is unknown color: approx Lochmara. HEX triplet: 20, 76 and 9A. RGB value is (32,118,154). Sum of RGB (Red+Green+Blue) = 32+118+154=304 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.53% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 154 (60.55% from 255 or 50.66% from 304); Max value from RGB is 154 - color contains mainly: blue. Hex color #20769A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20769A is #DF8965. Grayscale: #606060. Windows color (decimal): -14649702 or 10122784. OLE color: 10122784.

HSL color Cylindrical-coordinate representation of color #20769A: hue angle of 197.7º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20769A is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB32118154-
CMYK0.790.2300.40
HSL197.7º65.59%36.47%-
HSV(B)197.7º79.22%60.39%-
XYZ12.9115.632.9-
YUV96.39160.5182.07-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.53%
GREEN value IS 118 (46.48% from 255) = 38.82%
BLUE value IS 154 (60.55% from 255) = 50.66%
R=10.53%
G=38.82%
B=50.66%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal321181540.790.2300.40197.765.5936.47
Hex20769A4F17028c64224
Octal401662321172705030610244
Binary1000001110110100110101001111101110101000110001101000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20769A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20769A; }

 p { color: rgb(32,118,154); }

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

<style>
 a { background-color: #20769A; }

 a { background-color: rgb(32,118,154); }

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

<style>
 span { border-color: #20769A; }

 span { border-color: rgb(32,118,154); }

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