#20659F

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

Shades of Lochmara #20659F

Tints of Lochmara #20659F

Color information

#20659F (or 0x20659F) is unknown color: approx Lochmara. HEX triplet: 20, 65 and 9F. RGB value is (32,101,159). Sum of RGB (Red+Green+Blue) = 32+101+159=292 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.96% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 159 (62.5% from 255 or 54.45% from 292); Max value from RGB is 159 - color contains mainly: blue. Hex color #20659F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20659F is #DF9A60. Grayscale: #565656. Windows color (decimal): -14654049 or 10446112. OLE color: 10446112.

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

Color convert

RGB32101159-
CMYK0.800.3600.38
HSL207.4º66.49%37.45%-
HSV(B)207.4º79.87%62.35%-
XYZ11.5112.1234.53-
YUV86.98168.6488.78-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.96%
GREEN value IS 101 (39.84% from 255) = 34.59%
BLUE value IS 159 (62.5% from 255) = 54.45%
R=10.96%
G=34.59%
B=54.45%

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
Decimal321011590.800.3600.38207.466.4937.45
Hex20659F5024026cf4225
Octal401452371204404631710245
Binary10000011001011001111110100001001000100110110011111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20659F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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