#20759C

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

Shades of Lochmara #20759C

Tints of Lochmara #20759C

Color information

#20759C (or 0x20759C) is unknown color: approx Lochmara. HEX triplet: 20, 75 and 9C. RGB value is (32,117,156). Sum of RGB (Red+Green+Blue) = 32+117+156=305 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.49% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 156 (61.33% from 255 or 51.15% from 305); Max value from RGB is 156 - color contains mainly: blue. Hex color #20759C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20759C is #DF8A63. Grayscale: #5F5F5F. Windows color (decimal): -14649956 or 10253600. OLE color: 10253600.

HSL color Cylindrical-coordinate representation of color #20759C: hue angle of 198.87º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20759C is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB32117156-
CMYK0.790.2500.39
HSL198.87º65.96%36.86%-
HSV(B)198.87º79.49%61.18%-
XYZ12.9615.4333.75-
YUV96.03161.8482.33-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.49%
GREEN value IS 117 (46.09% from 255) = 38.36%
BLUE value IS 156 (61.33% from 255) = 51.15%
R=10.49%
G=38.36%
B=51.15%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal321171560.790.2500.39198.8765.9636.86
Hex20759C4F19027c74225
Octal401652341173104730710245
Binary1000001110101100111001001111110010100111110001111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20759C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20759C; }

 p { color: rgb(32,117,156); }

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

<style>
 a { background-color: #20759C; }

 a { background-color: rgb(32,117,156); }

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

<style>
 span { border-color: #20759C; }

 span { border-color: rgb(32,117,156); }

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