Html Css Color HEX #20719D Lochmara

📋 copy color: '#20719D'

red 32 ◦ green 113 ◦ blue 157

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

Shades of Lochmara #20719D

Tints of Lochmara #20719D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.42%

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

R = 10.6%
G = 37.42%
B = 51.99%

CMYK

 C value IS 0.80

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20719D (or 0x20719D) is known color: Lochmara. HEX triplet: 20, 71 and 9D. RGB value is (32,113,157). Sum of RGB (Red+Green+Blue) = 32+113+157=302 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.60% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 157 (61.72% from 255 or 51.99% from 302); Max value from RGB is 157 - color contains mainly: blue. Hex color #20719D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20719D is #DF8E62. Grayscale: #5D5D5D. Windows color (decimal): -14650979 or 10318112. OLE color: 10318112.

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

Color convert

RGB 32 113 157 -
CMYK 0.80 0.28 0 0.38
HSL 201.12º 0.66% 0.37% -
HSV(B) 201.12º 0.8% 0.62% -
XYZ 12.59 14.55 34.04 -
YUV 93.8 163.66 83.92 -
System Red Green Blue C M Y K H S L
Decimal 32 113 157 0.80 0.28 0 0.38 201.12 0.66 0.37
Hex 20 71 9D 50 1C 0 26 C9 42 25
Octal 40 161 235 120 34 0 46 311 102 45
Binary 100000 1110001 10011101 1010000 11100 0 100110 11001001 1000010 100101

Color Harmonies of #20719D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20719D

Black with #20719D

Text Example


Text Example

White with #20719D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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