Html Css Color HEX #20779B Lochmara

📋 copy color: '#20779B'

red 32 ◦ green 119 ◦ blue 155

#20779B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochmara #20779B

Tints of Lochmara #20779B

RGB

 RED value IS 32 (12.89% from 255) = 10.46%

 GREEN value IS 119 (46.88% from 255) = 38.89%

 BLUE value IS 155 (60.94% from 255) = 50.65%

R = 10.46%
G = 38.89%
B = 50.65%

CMYK

 C value IS 0.79

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#20779B (or 0x20779B) is known color: Lochmara. HEX triplet: 20, 77 and 9B. RGB value is (32,119,155). Sum of RGB (Red+Green+Blue) = 32+119+155=306 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.46% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 155 (60.94% from 255 or 50.65% from 306); Max value from RGB is 155 - color contains mainly: blue. Hex color #20779B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20779B is #DF8864. Grayscale: #606060. Windows color (decimal): -14649445 or 10188576. OLE color: 10188576.

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

Color convert

RGB 32 119 155 -
CMYK 0.79 0.23 0 0.39
HSL 197.56º 0.66% 0.37% -
HSV(B) 197.56º 0.79% 0.61% -
XYZ 13.11 15.87 33.38 -
YUV 97.09 160.68 81.57 -
System Red Green Blue C M Y K H S L
Decimal 32 119 155 0.79 0.23 0 0.39 197.56 0.66 0.37
Hex 20 77 9B 4F 17 0 27 C6 42 25
Octal 40 167 233 117 27 0 47 306 102 45
Binary 100000 1110111 10011011 1001111 10111 0 100111 11000110 1000010 100101

Color Harmonies of #20779B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20779B

Black with #20779B

Text Example


Text Example

White with #20779B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #20779B;
 }
 .AnyTagClassName
 {
   color: #20779B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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