Html Css Color HEX #20659C Lochmara

📋 copy color: '#20659C'

red 32 ◦ green 101 ◦ blue 156

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

Shades of Lochmara #20659C

Tints of Lochmara #20659C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 53.98%

R = 11.07%
G = 34.95%
B = 53.98%

CMYK

 C value IS 0.79

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#20659C (or 0x20659C) is known color: Lochmara. HEX triplet: 20, 65 and 9C. RGB value is (32,101,156). Sum of RGB (Red+Green+Blue) = 32+101+156=289 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.07% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 156 (61.33% from 255 or 53.98% from 289); Max value from RGB is 156 - color contains mainly: blue. Hex color #20659C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20659C is #DF9A63. Grayscale: #565656. Windows color (decimal): -14654052 or 10249504. OLE color: 10249504.

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

Color convert

RGB 32 101 156 -
CMYK 0.79 0.35 0 0.39
HSL 206.61º 0.66% 0.37% -
HSV(B) 206.61º 0.79% 0.61% -
XYZ 11.25 12.01 33.18 -
YUV 86.64 167.14 89.03 -
System Red Green Blue C M Y K H S L
Decimal 32 101 156 0.79 0.35 0 0.39 206.61 0.66 0.37
Hex 20 65 9C 4F 23 0 27 CF 42 25
Octal 40 145 234 117 43 0 47 317 102 45
Binary 100000 1100101 10011100 1001111 100011 0 100111 11001111 1000010 100101

Color Harmonies of #20659C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20659C

Black with #20659C

Text Example


Text Example

White with #20659C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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