#20769B

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

Shades of Lochmara #20769B

Tints of Lochmara #20769B

Color information

#20769B (or 0x20769B) is unknown color: approx Lochmara. HEX triplet: 20, 76 and 9B. RGB value is (32,118,155). Sum of RGB (Red+Green+Blue) = 32+118+155=305 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.49% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #20769B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20769B is #DF8964. Grayscale: #606060. Windows color (decimal): -14649701 or 10188320. OLE color: 10188320.

HSL color Cylindrical-coordinate representation of color #20769B: hue angle of 198.05º 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 #20769B is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB32118155-
CMYK0.790.2400.39
HSL198.05º65.78%36.67%-
HSV(B)198.05º79.35%60.78%-
XYZ12.9915.6333.34-
YUV96.5161.0181.99-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.49%
GREEN value IS 118 (46.48% from 255) = 38.69%
BLUE value IS 155 (60.94% from 255) = 50.82%
R=10.49%
G=38.69%
B=50.82%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal321181550.790.2400.39198.0565.7836.67
Hex20769B4F18027c64225
Octal401662331173004730610245
Binary1000001110110100110111001111110000100111110001101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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