Html Css Color HEX #20769D Lochmara

📋 copy color: '#20769D'

red 32 ◦ green 118 ◦ blue 157

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

Shades of Lochmara #20769D

Tints of Lochmara #20769D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.44%

 BLUE value IS 157 (61.72% from 255) = 51.14%

R = 10.42%
G = 38.44%
B = 51.14%

CMYK

 C value IS 0.80

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20769D (or 0x20769D) is known color: Lochmara. HEX triplet: 20, 76 and 9D. RGB value is (32,118,157). Sum of RGB (Red+Green+Blue) = 32+118+157=307 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.42% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 157 (61.72% from 255 or 51.14% from 307); Max value from RGB is 157 - color contains mainly: blue. Hex color #20769D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20769D is #DF8962. Grayscale: #606060. Windows color (decimal): -14649699 or 10319392. OLE color: 10319392.

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

Color convert

RGB 32 118 157 -
CMYK 0.80 0.25 0 0.38
HSL 198.72º 0.66% 0.37% -
HSV(B) 198.72º 0.8% 0.62% -
XYZ 13.16 15.7 34.23 -
YUV 96.73 162.01 81.83 -
System Red Green Blue C M Y K H S L
Decimal 32 118 157 0.80 0.25 0 0.38 198.72 0.66 0.37
Hex 20 76 9D 50 19 0 26 C7 42 25
Octal 40 166 235 120 31 0 46 307 102 45
Binary 100000 1110110 10011101 1010000 11001 0 100110 11000111 1000010 100101

Color Harmonies of #20769D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20769D

Black with #20769D

Text Example


Text Example

White with #20769D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #20769D;
 }
 .AnyTagClassName
 {
   color: #20769D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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