#20789E

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

Shades of Lochmara #20789E

Tints of Lochmara #20789E

Color information

#20789E (or 0x20789E) is unknown color: approx Lochmara. HEX triplet: 20, 78 and 9E. RGB value is (32,120,158). Sum of RGB (Red+Green+Blue) = 32+120+158=310 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.32% from 310); Green value is 120 (47.27% from 255 or 38.71% from 310); Blue value is 158 (62.11% from 255 or 50.97% from 310); Max value from RGB is 158 - color contains mainly: blue. Hex color #20789E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20789E is #DF8761. Grayscale: #616161. Windows color (decimal): -14649186 or 10385440. OLE color: 10385440.

HSL color Cylindrical-coordinate representation of color #20789E: hue angle of 198.1º 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 #20789E is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB32120158-
CMYK0.800.2400.38
HSL198.1º66.32%37.25%-
HSV(B)198.1º79.75%61.96%-
XYZ13.4816.2134.77-
YUV98.02161.8580.91-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.32%
GREEN value IS 120 (47.27% from 255) = 38.71%
BLUE value IS 158 (62.11% from 255) = 50.97%
R=10.32%
G=38.71%
B=50.97%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal321201580.800.2400.38198.166.3237.25
Hex20789E5018026c64225
Octal401702361203004630610245
Binary1000001111000100111101010000110000100110110001101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20789E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20789E; }

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

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

<style>
 a { background-color: #20789E; }

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

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

<style>
 span { border-color: #20789E; }

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

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