#20769e

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

Shades of Lochmara #20769E

Tints of Lochmara #20769E

Color information

#20769E (or 0x20769E) is unknown color: approx Lochmara. HEX triplet: 20, 76 and 9E. RGB value is (32,118,158). Sum of RGB (Red+Green+Blue) = 32+118+158=308 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.39% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 158 (62.11% from 255 or 51.30% from 308); Max value from RGB is 158 - color contains mainly: blue. Hex color #20769E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20769E is #DF8961. Grayscale: #606060. Windows color (decimal): -14649698 or 10384928. OLE color: 10384928.

HSL color Cylindrical-coordinate representation of color #20769E: hue angle of 199.05º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20769E is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB32118158-
CMYK0.800.2500.38
HSL199.05º66.32%37.25%-
HSV(B)199.05º79.75%61.96%-
XYZ13.2515.7334.69-
YUV96.85162.5181.75-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.39%
GREEN value IS 118 (46.48% from 255) = 38.31%
BLUE value IS 158 (62.11% from 255) = 51.30%
R=10.39%
G=38.31%
B=51.30%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal321181580.800.2500.38199.0566.3237.25
Hex20769E5019026c74225
Octal401662361203104630710245
Binary1000001110110100111101010000110010100110110001111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20769e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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