Html Css Color HEX #20699D Lochmara

📋 copy color: '#20699D'

red 32 ◦ green 105 ◦ blue 157

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

Shades of Lochmara #20699D

Tints of Lochmara #20699D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.71%

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

R = 10.88%
G = 35.71%
B = 53.4%

CMYK

 C value IS 0.80

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20699D (or 0x20699D) is known color: Lochmara. HEX triplet: 20, 69 and 9D. RGB value is (32,105,157). Sum of RGB (Red+Green+Blue) = 32+105+157=294 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.88% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 157 (61.72% from 255 or 53.40% from 294); Max value from RGB is 157 - color contains mainly: blue. Hex color #20699D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20699D is #DF9662. Grayscale: #585858. Windows color (decimal): -14653027 or 10316064. OLE color: 10316064.

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

Color convert

RGB 32 105 157 -
CMYK 0.80 0.33 0 0.38
HSL 204.96º 0.66% 0.37% -
HSV(B) 204.96º 0.8% 0.62% -
XYZ 11.73 12.84 33.76 -
YUV 89.1 166.32 87.27 -
System Red Green Blue C M Y K H S L
Decimal 32 105 157 0.80 0.33 0 0.38 204.96 0.66 0.37
Hex 20 69 9D 50 21 0 26 CD 42 25
Octal 40 151 235 120 41 0 46 315 102 45
Binary 100000 1101001 10011101 1010000 100001 0 100110 11001101 1000010 100101

Color Harmonies of #20699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20699D

Black with #20699D

Text Example


Text Example

White with #20699D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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