#20659D

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

Shades of Lochmara #20659D

Tints of Lochmara #20659D

Color information

#20659D (or 0x20659D) is unknown color: approx Lochmara. HEX triplet: 20, 65 and 9D. RGB value is (32,101,157). Sum of RGB (Red+Green+Blue) = 32+101+157=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #20659D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20659D is #DF9A62. Grayscale: #565656. Windows color (decimal): -14654051 or 10315040. OLE color: 10315040.

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

Color convert

RGB32101157-
CMYK0.800.3600.38
HSL206.88º66.14%37.06%-
HSV(B)206.88º79.62%61.57%-
XYZ11.3412.0533.63-
YUV86.75167.6488.95-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.03%
GREEN value IS 101 (39.84% from 255) = 34.83%
BLUE value IS 157 (61.72% from 255) = 54.14%
R=11.03%
G=34.83%
B=54.14%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal321011570.800.3600.38206.8866.1437.06
Hex20659D5024026cf4225
Octal401452351204404631710245
Binary10000011001011001110110100001001000100110110011111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20659D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20659D; }

 p { color: rgb(32,101,157); }

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

<style>
 a { background-color: #20659D; }

 a { background-color: rgb(32,101,157); }

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

<style>
 span { border-color: #20659D; }

 span { border-color: rgb(32,101,157); }

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