Html Css Color HEX #20659D Lochmara

📋 copy color: '#20659D'

red 32 ◦ green 101 ◦ blue 157

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

Shades of Lochmara #20659D

Tints of Lochmara #20659D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.83%

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

R = 11.03%
G = 34.83%
B = 54.14%

CMYK

 C value IS 0.80

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20659D (or 0x20659D) is known color: Lochmara. HEX triplet: 20, 65 and 9D. RGB value is (32,101,157). Sum of RGB (Red+Green+Blue) = 32+101+157=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #20659D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20659D is #DF9A62. Grayscale: #565656. Windows color (decimal): -14654051 or 10315040. OLE color: 10315040.

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

Color convert

RGB 32 101 157 -
CMYK 0.80 0.36 0 0.38
HSL 206.88º 0.66% 0.37% -
HSV(B) 206.88º 0.8% 0.62% -
XYZ 11.34 12.05 33.63 -
YUV 86.75 167.64 88.95 -
System Red Green Blue C M Y K H S L
Decimal 32 101 157 0.80 0.36 0 0.38 206.88 0.66 0.37
Hex 20 65 9D 50 24 0 26 CF 42 25
Octal 40 145 235 120 44 0 46 317 102 45
Binary 100000 1100101 10011101 1010000 100100 0 100110 11001111 1000010 100101

Color Harmonies of #20659D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20659D

Black with #20659D

Text Example


Text Example

White with #20659D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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